|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface YLabel.Painter
The interface that is used by a specific label configuration that performs the painting.
YLabel.paint(java.awt.Graphics2D),
YLabel.paintContent(java.awt.Graphics2D, double, double, double, double),
YLabel.paintBox(java.awt.Graphics2D, double, double, double, double),
YLabel.getTextLocation(),
YLabel.getIconLocation()![]() |
![]() |
| Method Summary | |
|---|---|
YPoint |
getIconLocation(YLabel label)
Delegating method of YLabel.getIconLocation() |
YPoint |
getTextLocation(YLabel label)
Delegating method of YLabel.getTextLocation() |
void |
paint(YLabel label,
Graphics2D gfx)
Delegating method of YLabel.paint(java.awt.Graphics2D) |
void |
paintBox(YLabel label,
Graphics2D gfx,
double x,
double y,
double width,
double height)
Delegating method of YLabel.paintBox(java.awt.Graphics2D, double, double, double, double) |
void |
paintContent(YLabel label,
Graphics2D gfx,
double x,
double y,
double width,
double height)
Delegating method of YLabel.paintContent(java.awt.Graphics2D, double, double, double, double) |
| Method Detail |
|---|
void paint(YLabel label,
Graphics2D gfx)
YLabel.paint(java.awt.Graphics2D)
label - the label context
void paintContent(YLabel label,
Graphics2D gfx,
double x,
double y,
double width,
double height)
YLabel.paintContent(java.awt.Graphics2D, double, double, double, double)
label - the label context
void paintBox(YLabel label,
Graphics2D gfx,
double x,
double y,
double width,
double height)
YLabel.paintBox(java.awt.Graphics2D, double, double, double, double)
label - the label contextYPoint getTextLocation(YLabel label)
YLabel.getTextLocation()
label - the label contextYPoint getIconLocation(YLabel label)
YLabel.getIconLocation()
label - the label context
|
© Copyright 2000-2008, yWorks GmbH. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||