Class FrameImpl
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentElementImpl
com.priint.pubserver.metadata.xml.group.FrameImpl
- All Implemented Interfaces:
DocumentElement,Frame,Serializable
The type Frame.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()Gets the area.getBbox()Gets the bbox.getLabel()Gets the label of this frameGets the origin.Checks if a Frame is a primary one.Checks if a given Frame is visible.voidSets the area.voidSets the bbox.voidSets the labelvoidSets the origin.voidsetPrimary(Boolean primary) Sets the primary.voidsetVisible(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, setVisibleSizeRelativeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Constructor Details
-
FrameImpl
public FrameImpl()
-
-
Method Details
-
getOrigin
Description copied from interface:FrameGets the origin. -
setOrigin
Description copied from interface:FrameSets the origin. -
isPrimary
Description copied from interface:FrameChecks if a Frame is a primary one. -
setPrimary
Description copied from interface:FrameSets the primary.- Specified by:
setPrimaryin interfaceFrame- Parameters:
primary- the new primary value
-
isVisible
Description copied from interface:FrameChecks if a given Frame is visible. -
setVisible
Description copied from interface:FrameSets if a given Frame is visible.- Specified by:
setVisiblein interfaceFrame- Parameters:
visible- the new visible value
-
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. -
setLabel
Description copied from interface:FrameSets the label -
getLabel
Description copied from interface:FrameGets the label of this frame
-