-
-
Field Summary
Fields Modifier and Type Field Description private final MutableDimensionsmargins
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
Modifier and Type Method Description MutableDimensionsgetMargins()The current margins. abstract Unitdraw(DrawContext context, Float left, Float top, Float right, Float bottom)Instructs the Component to draw itself at the given coordinates. -
-
Method Detail
-
getMargins
MutableDimensions getMargins()
The current margins.
-
-
-
-