KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > ParagraphView

javax.swing.text
Class ParagraphView

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.CompositeView
          extended by javax.swing.text.BoxView
              extended by javax.swing.text.FlowView
                  extended by javax.swing.text.ParagraphView
All Implemented Interfaces:
SwingConstants, TabExpander
Direct Known Subclasses:
ParagraphView
See Also:
Source Code

protected void adjustRow(javax.swing.text.ParagraphView.Row r,
                         int desiredSpan,
                         int x)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public View breakView(int axis,
                      float len,
                      Shape a)
See Also:
View.breakView(int, int, float, float)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void changedUpdate(DocumentEvent changes,
                          Shape a,
                          ViewFactory f)
See Also:
FlowView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected View createRow()
See Also:
FlowView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int findOffsetToCharactersInString(char[] string,
                                             int start)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int firstLineIndent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean flipEastAndWestAtEnds(int position,
                                        Position.Bias bias)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getAlignment(int axis)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getBreakWeight(int axis,
                          float len)
See Also:
View.getBreakWeight(int, float, float)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getClosestPositionTo(int pos,
                                   Position.Bias b,
                                   Shape a,
                                   int direction,
                                   Position.Bias[] biasRet,
                                   int rowIndex,
                                   int x)
                            throws BadLocationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getFlowSpan(int index)
See Also:
FlowView.getFlowStart(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getFlowStart(int index)
See Also:
FlowView.getFlowSpan(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected View getLayoutView(int index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getLayoutViewCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getNextNorthSouthVisualPositionFrom(int pos,
                                                  Position.Bias b,
                                                  Shape a,
                                                  int direction,
                                                  Position.Bias[] biasRet)
                                           throws BadLocationException
See Also:
CompositeView.getNextVisualPositionFrom(int, javax.swing.text.Position.Bias, java.awt.Shape, int, javax.swing.text.Position.Bias[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected float getPartialSize(int startOffset,
                               int endOffset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected float getTabBase()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TabSet getTabSet()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float nextTabStop(float x,
                         int tabOffset)
See Also:
LabelView, TabStop, TabSet, TabExpander
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  Shape a)
See Also:
BoxView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ParagraphView(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setFirstLineIndent(float fi)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setJustification(int j)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setLineSpacing(float ls)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setPropertiesFromAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags