Interface Element
-
- All Known Implementing Classes:
AbstractElement
,ElementBorder
,ElementButton
,ElementDroplist
,ElementEmpty
,ElementImage
,ElementLine
,ElementMenuBar
,ElementMenuEntry
,ElementMenuPopup
,ElementPyramid
,ElementPyramidScrolled
,ElementRadioCheckbox
,ElementTabBar
,ElementText
,ElementTextField
,ElementTree
,WrappedElement
public interface Element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
Dimension2D
getPreferredDimension(StringBounder stringBounder, double x, double y)
-
-
-
Method Detail
-
getPreferredDimension
Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
void drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
-
-