|
||||||||||
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.ImageNodeView
public class TextAreaSkin.ImageNodeView
Constructor Summary | |
---|---|
TextAreaSkin.ImageNodeView(ImageNode imageNode)
|
Method Summary | |
---|---|
protected void |
attach()
|
protected void |
detach()
|
int |
getCharacterAt(int x,
int y)
|
Bounds |
getCharacterBounds(int offset)
|
TextAreaSkin.NodeView |
getNext()
|
int |
getOffset()
|
void |
imageChanged(ImageNode imageNode,
Image previousImage)
|
void |
paint(java.awt.Graphics2D graphics)
Paints the visual. |
void |
validate()
|
Methods inherited from class pivot.wtk.skin.TextAreaSkin.NodeView |
---|
getBounds, getBounds, getBreakWidth, getHeight, getHeight, getLocation, getNode, getParent, getSize, getSize, getWidth, getX, getY, invalidate, 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.ImageNodeView(ImageNode imageNode)
Method Detail |
---|
protected void attach()
attach
in class TextAreaSkin.NodeView
protected void detach()
detach
in class TextAreaSkin.NodeView
public void validate()
validate
in class TextAreaSkin.NodeView
public void paint(java.awt.Graphics2D graphics)
Visual
paint
in interface Visual
graphics
- The graphics context in which to paint the visual.public int getOffset()
getOffset
in class TextAreaSkin.NodeView
public TextAreaSkin.NodeView getNext()
getNext
in class TextAreaSkin.NodeView
public int getCharacterAt(int x, int y)
getCharacterAt
in class TextAreaSkin.NodeView
public Bounds getCharacterBounds(int offset)
getCharacterBounds
in class TextAreaSkin.NodeView
public void imageChanged(ImageNode imageNode, Image previousImage)
imageChanged
in interface ImageNodeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |