Package overit.geocall.basic.ui.report
Class PdfSetBox
java.lang.Object
overit.geocall.platform.ui.UINode
overit.geocall.basic.ui.report.PdfComponent
overit.geocall.basic.ui.report.PdfBox
overit.geocall.basic.ui.report.PdfSetBox
- All Implemented Interfaces:
Serializable,overit.geocall.marks.MethodExposer,overit.geocall.marks.NameExposer,Identified
This class extends
For example to draw a PdfBox inside to another PdfBox (that become the parent).
PdfBox and allow to manage a PdfBox lineage.For example to draw a PdfBox inside to another PdfBox (that become the parent).
- See Also:
-
Field Summary
Fields inherited from class overit.geocall.basic.ui.report.PdfBox
_bc, _bkg, _bs, _bw, _h, _px, _py, _sx, _sy, _w, _xx, _yyFields inherited from class overit.geocall.basic.ui.report.PdfComponent
_identity, _name, _visible -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEmpty methodvoidAdd aPdfBoxdescendent to this instance.voidClear all descendant of this instance.voiddrawInsideFront(Report r, float x, float y, float w, float h) draw this component and all its descendants.getDescendant(String name) Gets aPdfBoxdescendent of this instance, defined by name passed by parameter.protected voidMethods inherited from class overit.geocall.basic.ui.report.PdfBox
absX, absY, drawInsideBack, getBC, getBC, getBKG, getBS, getBS, getBW, getBW, getH, getPX, getPY, getSX, getSY, getW, setBC, setBC, setBKG, setBS, setBS, setBW, setBW, setH, setPX, setPX, setPY, setPY, setSX, setSX, setSY, setSY, setWMethods inherited from class overit.geocall.basic.ui.report.PdfComponent
drawInside, getBoolean, getColor, getColor, getfloat, getfloat, getFont, getIdentity, getint, getint, getNAME, getString, setIdentity, setNAME, setVMethods inherited from class overit.geocall.platform.ui.UINode
addChildText, getChildren, getNodeId, getParent, getRoot, getSchema, setNodeId, setParent, setSchema
-
Constructor Details
-
PdfSetBox
public PdfSetBox()
-
-
Method Details
-
getDescendant
-
getDescendant
Gets aPdfBoxdescendent of this instance, defined by name passed by parameter. -
clearDescendant
public void clearDescendant()Clear all descendant of this instance. -
addChild
Description copied from class:UINodeEmpty method -
addPdfBox
Add aPdfBoxdescendent to this instance.- Parameters:
b- ThePdfBoxdescendent to add.
-
setupBox
-
drawInsideFront
draw this component and all its descendants.- Overrides:
drawInsideFrontin classPdfBox- Parameters:
r- The report where draw.x- The x coordinate from which start draw the component.y- The y coordinate from which start draw the component.w- The width of the box.h- The height of the box.
-