|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.skin.TextAreaSkin.NodeView
pivot.wtk.skin.TextAreaSkin.ElementView
pivot.wtk.skin.TextAreaSkin.ParagraphView
public class TextAreaSkin.ParagraphView
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pivot.collections.Sequence |
---|
Sequence.Search, Sequence.Sort, Sequence.Tree |
Constructor Summary | |
---|---|
TextAreaSkin.ParagraphView(Paragraph paragraph)
|
Method Summary | |
---|---|
int |
getCharacterAt(int x,
int y)
|
Bounds |
getCharacterBounds(int offset)
|
TextAreaSkin.NodeView |
getNext()
|
void |
invalidate()
|
void |
paint(java.awt.Graphics2D graphics)
Paints the visual. |
void |
validate()
|
Methods inherited from class pivot.wtk.skin.TextAreaSkin.ElementView |
---|
add, attach, detach, get, getLength, getOffset, indexOf, insert, iterator, nodeInserted, nodesRemoved, remove, remove, update |
Methods inherited from class pivot.wtk.skin.TextAreaSkin.NodeView |
---|
getBounds, getBounds, getBreakWidth, getHeight, getHeight, getLocation, getNode, getParent, getSize, getSize, getWidth, getX, getY, isValid, offsetChanged, parentChanged, rangeInserted, rangeRemoved, repaint, repaint, setBreakWidth, setLocation, setParent, setSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAreaSkin.ParagraphView(Paragraph paragraph)
Method Detail |
---|
public void invalidate()
invalidate
in class TextAreaSkin.NodeView
public void validate()
validate
in class TextAreaSkin.NodeView
public void paint(java.awt.Graphics2D graphics)
Visual
paint
in interface Visual
paint
in class TextAreaSkin.ElementView
graphics
- The graphics context in which to paint the visual.public TextAreaSkin.NodeView getNext()
getNext
in class TextAreaSkin.NodeView
public int getCharacterAt(int x, int y)
getCharacterAt
in class TextAreaSkin.ElementView
public Bounds getCharacterBounds(int offset)
getCharacterBounds
in class TextAreaSkin.ElementView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |