Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.ParagraphView1.2

java.lang.Object
   |
   +--javax.swing.text.View
         |
         +--javax.swing.text.CompositeView
               |
               +--javax.swing.text.BoxView
                     |
                     +--javax.swing.text.FlowView
                           |
                           +--javax.swing.text.ParagraphView

Deklaration

public class ParagraphView
extends javax.swing.text.FlowView
implements javax.swing.text.TabExpander

Beschreibung


 
Datenelemente
protected intfirstLineIndent
 
Konstruktoren
publicParagraphView(Element elem)
 
Methoden
protected voidsetJustification(int j)
protected voidsetLineSpacing(float ls)
protected voidsetFirstLineIndent(float fi)
protected voidsetPropertiesFromAttributes()
protected intgetLayoutViewCount()
protected ViewgetLayoutView(int index)
protected voidadjustRow(ParagraphView.Row r, int desiredSpan, int x)
protected intgetNextNorthSouthVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet)
protected intgetClosestPositionTo(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet, int rowIndex, int x)
protected booleanflipEastAndWestAtEnds(int position, Position.Bias bias)
public intgetFlowSpan(int index)
public intgetFlowStart(int index)
protected ViewcreateRow()
public floatnextTabStop(float x, int tabOffset)
protected TabSetgetTabSet()
protected floatgetPartialSize(int startOffset, int endOffset)
protected intfindOffsetToCharactersInString(char[] string, int start)
protected floatgetTabBase()
public voidpaint(Graphics g, Shape a)
public floatgetAlignment(int axis)
public ViewbreakView(int axis, float len, Shape a)
public intgetBreakWeight(int axis, float len)
public voidchangedUpdate(DocumentEvent changes, Shape a, ViewFactory f)


 

Datenelemente im Detail

protected int firstLineIndent

 

Konstruktoren im Detail

public ParagraphView(Element elem)

 

Methoden im Detail

protected void setJustification(int j)
protected void setLineSpacing(float ls)
protected void setFirstLineIndent(float fi)
protected void setPropertiesFromAttributes()
protected int getLayoutViewCount()
protected View getLayoutView(int index)
protected void adjustRow(ParagraphView.Row r, int desiredSpan, int x)
protected int getNextNorthSouthVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet)
Exception: BadLocationException
protected int getClosestPositionTo(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet, int rowIndex, int x)
Exception: BadLocationException
protected boolean flipEastAndWestAtEnds(int position, Position.Bias bias)
public int getFlowSpan(int index)
public int getFlowStart(int index)
protected View createRow()
public float nextTabStop(float x, int tabOffset)
protected TabSet getTabSet()
protected float getPartialSize(int startOffset, int endOffset)
protected int findOffsetToCharactersInString(char[] string, int start)
protected float getTabBase()
public void paint(Graphics g, Shape a)
public float getAlignment(int axis)
public View breakView(int axis, float len, Shape a)
public int getBreakWeight(int axis, float len)
public void changedUpdate(DocumentEvent changes, Shape a, ViewFactory f)


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.