Package overit.geocall.basic.ui.report
Class PdfUpTextBox
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.PdfTextBox
overit.geocall.basic.ui.report.PdfUpTextBox
- All Implemented Interfaces:
com.lowagie.text.SplitCharacter,Serializable,overit.geocall.marks.MethodExposer,overit.geocall.marks.NameExposer,Identified
This class extends
The Paragraph class represents a self-contained block of textual and graphical information.
PdfBox and implements the management of a box within a text Paragraph, inside a pdf report.The Paragraph class represents a self-contained block of textual and graphical information.
- See Also:
-
Field Summary
Fields inherited from class overit.geocall.basic.ui.report.PdfTextBox
_a, _f, _fc, _hp, _l, _o, _split, _vpFields 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 TypeMethodDescriptionvoiddrawInsideFront(Report r, float x, float y, float w, float h) Draw the box with the text inside.voidSetup the width attribute.Methods inherited from class overit.geocall.basic.ui.report.PdfTextBox
calcText, geHP, getA, getF, getFC, getL, getTEXT, getVP, isSplitCharacter, setA, setA, setF, setF, setFC, setFC, setHP, setL, setSPLIT, setText, setText, setTEXT, setTEXT, setVPMethods 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, setV
-
Constructor Details
-
PdfUpTextBox
public PdfUpTextBox()
-
-
Method Details
-
verticalSetup
public void verticalSetup()Setup the width attribute.- Overrides:
verticalSetupin classPdfTextBox
-
drawInsideFront
Draw the box with the text inside.- Overrides:
drawInsideFrontin classPdfTextBox- Parameters:
r- The report where draw the text box.x- The x coordinate from which start draw.y- The y coordinate from which start draw.w- The width of the box.h- The height of the box.
-