Class FrameImpl
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentElementImpl
com.priint.pubserver.metadata.xml.placeholder.FrameImpl
- All Implemented Interfaces:
DocumentElement,Frame,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentElementImpl
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Constructor Details
-
FrameImpl
public FrameImpl()
-
-
Method Details
-
isPrimary
public boolean isPrimary()Description copied from interface:FrameChecks if is primary. -
setPrimary
public void setPrimary(boolean primary) Description copied from interface:FrameSets the primary.- Specified by:
setPrimaryin interfaceFrame- Parameters:
primary- the new primary
-
isVisible
public boolean isVisible()Description copied from interface:FrameChecks if is visible. -
setVisible
public void setVisible(boolean visible) Description copied from interface:FrameSets the visible.- Specified by:
setVisiblein interfaceFrame- Parameters:
visible- the new visible
-
getBbox
Description copied from interface:FrameGets the bbox. -
setBbox
Description copied from interface:FrameSets the bbox. -
getArea
Description copied from interface:FrameGets the area. -
setArea
Description copied from interface:FrameSets the area.
-