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 voiddrawU(UGraphic ug, int zIndex, XDimension2D dimToUse)XDimension2DgetPreferredDimension(StringBounder stringBounder, double x, double y)
-
-
-
Method Detail
-
getPreferredDimension
XDimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
void drawU(UGraphic ug, int zIndex, XDimension2D dimToUse)
-
-