- java.lang.Object
-
- org.icepdf.ri.common.views.annotations.PopupState
-
public class PopupState extends Object
Stores state parameters for popup annotation objects
-
-
Constructor Summary
Constructors Constructor Description PopupState(PopupAnnotationComponent annotationComponent)Stores the state associated with the PopupAnnotationComponent object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PopupAnnotationComponentgetAnnotationComponent()floatgetHeaderTextSize()floatgetTextAreaFontSize()Rectangle2D.FloatgetUserSpaceRectangle()booleanisVisible()
-
-
-
Constructor Detail
-
PopupState
public PopupState(PopupAnnotationComponent annotationComponent)
Stores the state associated with the PopupAnnotationComponent object. When a new instance of this object is created the annotation's properties are saved.- Parameters:
annotationComponent- annotation component whose state will be stored.
-
-
Method Detail
-
getAnnotationComponent
public PopupAnnotationComponent getAnnotationComponent()
-
getUserSpaceRectangle
public Rectangle2D.Float getUserSpaceRectangle()
-
getHeaderTextSize
public float getHeaderTextSize()
-
getTextAreaFontSize
public float getTextAreaFontSize()
-
isVisible
public boolean isVisible()
-
-