sferyx.administration.renderers
Class CustomParagraphView.CustomFlowStrategy
java.lang.Object
javax.swing.text.FlowView.FlowStrategy
sferyx.administration.renderers.CustomParagraphView.CustomFlowStrategy
- Enclosing class:
- CustomParagraphView
public static class CustomParagraphView.CustomFlowStrategy
- extends javax.swing.text.FlowView.FlowStrategy
Method Summary |
protected void |
adjustRow(javax.swing.text.FlowView fv,
int rowIndex,
int desiredSpan,
int x)
|
protected javax.swing.text.View |
getLogicalView(javax.swing.text.FlowView fv)
|
void |
layout(javax.swing.text.FlowView fv)
|
protected int |
layoutRow(javax.swing.text.FlowView fv,
int rowIndex,
int pos)
|
Methods inherited from class javax.swing.text.FlowView.FlowStrategy |
changedUpdate, createView, insertUpdate, removeUpdate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomParagraphView.CustomFlowStrategy
public CustomParagraphView.CustomFlowStrategy()
getLogicalView
protected javax.swing.text.View getLogicalView(javax.swing.text.FlowView fv)
- Overrides:
getLogicalView
in class javax.swing.text.FlowView.FlowStrategy
layout
public void layout(javax.swing.text.FlowView fv)
- Overrides:
layout
in class javax.swing.text.FlowView.FlowStrategy
layoutRow
protected int layoutRow(javax.swing.text.FlowView fv,
int rowIndex,
int pos)
- Overrides:
layoutRow
in class javax.swing.text.FlowView.FlowStrategy
adjustRow
protected void adjustRow(javax.swing.text.FlowView fv,
int rowIndex,
int desiredSpan,
int x)
- Overrides:
adjustRow
in class javax.swing.text.FlowView.FlowStrategy