| com.priint.comet.metadata.placeholder.Frame |
The Interface Frame.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Area |
getArea()
Gets the area.
| ||||||||||
| abstract BBox |
getBbox()
Gets the bbox.
| ||||||||||
| abstract boolean |
isPrimary()
Checks if is primary.
| ||||||||||
| abstract boolean |
isVisible()
Checks if is visible.
| ||||||||||
| abstract void |
setArea(Area area)
Sets the area.
| ||||||||||
| abstract void |
setBbox(BBox bbox)
Sets the bbox.
| ||||||||||
| abstract void |
setPrimary(boolean primary)
Sets the primary.
| ||||||||||
| abstract void |
setVisible(boolean visible)
Sets the visible.
| ||||||||||
Checks if is primary.
Checks if is visible.
Sets the primary.
| primary | the new primary |
|---|
Sets the visible.
| visible | the new visible |
|---|