Class FrameImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.DocumentElementImpl
-
- com.priint.pubserver.metadata.xml.group.FrameImpl
-
- All Implemented Interfaces:
DocumentElement,Frame,java.io.Serializable
public class FrameImpl extends DocumentElementImpl implements Frame
The type Frame.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreagetArea()Gets the area.BBoxgetBbox()Gets the bbox.java.lang.StringgetLabel()Gets the label of this frameOrigingetOrigin()Gets the origin.java.lang.BooleanisPrimary()Checks if a Frame is a primary one.java.lang.BooleanisVisible()Checks if a given Frame is visible.voidsetArea(Area area)Sets the area.voidsetBbox(BBox bbox)Sets the bbox.voidsetLabel(java.lang.String label)Sets the labelvoidsetOrigin(Origin origin)Sets the origin.voidsetPrimary(java.lang.Boolean primary)Sets the primary.voidsetVisible(java.lang.Boolean visible)Sets if a given Frame is visible.-
Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentElementImpl
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
-
-
-
Method Detail
-
setOrigin
public void setOrigin(Origin origin)
Description copied from interface:FrameSets the origin.
-
isPrimary
public java.lang.Boolean isPrimary()
Description copied from interface:FrameChecks if a Frame is a primary one.
-
setPrimary
public void setPrimary(java.lang.Boolean primary)
Description copied from interface:FrameSets the primary.- Specified by:
setPrimaryin interfaceFrame- Parameters:
primary- the new primary value
-
isVisible
public java.lang.Boolean isVisible()
Description copied from interface:FrameChecks if a given Frame is visible.
-
setVisible
public void setVisible(java.lang.Boolean visible)
Description copied from interface:FrameSets if a given Frame is visible.- Specified by:
setVisiblein interfaceFrame- Parameters:
visible- the new visible value
-
setLabel
public void setLabel(java.lang.String label)
Description copied from interface:FrameSets the label
-
-