|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface YLabel.Layout
The interface that is used by a specific label configuration that calculates the layout size and determines whether a given point is contained in a label's geometry.
YLabel.calculateSize(java.awt.font.FontRenderContext)
,
YLabel.contains(double, double)
Method Summary | |
---|---|
void |
calculateContentSize(YLabel label,
java.awt.font.FontRenderContext frc)
Delegating method of YLabel.calculateSize(java.awt.font.FontRenderContext) |
boolean |
contains(YLabel label,
double x,
double y)
Delegating method of YLabel.contains(double, double) |
Method Detail |
---|
void calculateContentSize(YLabel label, java.awt.font.FontRenderContext frc)
YLabel.calculateSize(java.awt.font.FontRenderContext)
label
- the label contextfrc
- the font render context.boolean contains(YLabel label, double x, double y)
YLabel.contains(double, double)
label
- the label context.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |