Interface Frame
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FrameImpl
The Interface Frame.
-
Method Summary
Modifier and TypeMethodDescriptiongetArea()Gets the area.getBbox()Gets the bbox.booleanChecks if is primary.booleanChecks if is visible.voidSets the area.voidSets the bbox.voidsetPrimary(boolean primary) Sets the primary.voidsetVisible(boolean visible) Sets the visible.
-
Method Details
-
isPrimary
boolean isPrimary()Checks if is primary.- Returns:
- true, if is primary
-
setPrimary
void setPrimary(boolean primary) Sets the primary.- Parameters:
primary- the new primary
-
isVisible
boolean isVisible()Checks if is visible.- Returns:
- true, if is visible
-
setVisible
void setVisible(boolean visible) Sets the visible.- Parameters:
visible- the new visible
-
getBbox
BBox getBbox()Gets the bbox.- Returns:
- the bbox
- See Also:
-
setBbox
Sets the bbox.- Parameters:
bbox- the new bbox- See Also:
-
getArea
Area getArea()Gets the area.- Returns:
- the area
- See Also:
-
setArea
Sets the area.- Parameters:
area- the new area- See Also:
-