|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.Rectangle
com.lowagie.text.RectangleReadOnly
public class RectangleReadOnly
A RectangleReadOnly is the representation of a geometric figure.
It's the same as a Rectangle but immutable.
Rectangles support constant width borders using
setBorderWidth(float)and setBorder(int).
They also support borders that vary in width/color on each side using
methods like setBorderWidthLeft(float)or
setBorderColorLeft(java.awt.Color).
Element,
Table,
Cell,
HeaderFooter| Field Summary |
|---|
| Fields inherited from class com.lowagie.text.Rectangle |
|---|
backgroundColor, border, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, LEFT, llx, lly, NO_BORDER, RIGHT, rotation, TOP, UNDEFINED, urx, ury, useVariableBorders |
| Fields inherited from interface com.lowagie.text.Element |
|---|
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK |
| Constructor Summary | |
|---|---|
RectangleReadOnly(float urx,
float ury)
Constructs a RectangleReadOnly -object starting from the origin
(0, 0). |
|
RectangleReadOnly(float llx,
float lly,
float urx,
float ury)
Constructs a RectangleReadOnly -object. |
|
RectangleReadOnly(Rectangle rect)
Constructs a RectangleReadOnly -object. |
|
| Method Summary | |
|---|---|
void |
cloneNonPositionParameters(Rectangle rect)
Copies each of the parameters, except the position, from a Rectangle object |
void |
disableBorderSide(int side)
Disables the border on the specified side. |
void |
enableBorderSide(int side)
Enables the border on the specified side. |
void |
normalize()
Normalizes the rectangle. |
void |
setBackgroundColor(Color value)
Sets the backgroundcolor of the rectangle. |
void |
setBorder(int border)
Enables/Disables the border on the specified sides. |
void |
setBorderColor(Color borderColor)
Sets the color of the border. |
void |
setBorderColorBottom(Color borderColorBottom)
Sets the color of the bottom border. |
void |
setBorderColorLeft(Color borderColorLeft)
Sets the color of the left border. |
void |
setBorderColorRight(Color borderColorRight)
Sets the color of the right border |
void |
setBorderColorTop(Color borderColorTop)
Sets the color of the top border. |
void |
setBorderWidth(float borderWidth)
Sets the borderwidth of the table. |
void |
setBorderWidthBottom(float borderWidthBottom)
Sets the width of the bottom border |
void |
setBorderWidthLeft(float borderWidthLeft)
Sets the width of the left border |
void |
setBorderWidthRight(float borderWidthRight)
Sets the width of the right border |
void |
setBorderWidthTop(float borderWidthTop)
Sets the width of the top border |
void |
setBottom(float lly)
Sets the lower left y-coordinate. |
void |
setGrayFill(float value)
Sets the grayscale of the rectangle. |
void |
setLeft(float llx)
Sets the lower left x-coordinate. |
void |
setRight(float urx)
Sets the upper right x-coordinate. |
void |
setTop(float ury)
Sets the upper right y-coordinate. |
void |
setUseVariableBorders(boolean useVariableBorders)
Sets a parameter indicating if the rectangle has variable borders |
void |
softCloneNonPositionParameters(Rectangle rect)
Copies each of the parameters, except the position, from a Rectangle object if the value is set there. |
private void |
throwReadOnlyError()
Throws an error because of the read only nature of this object. |
String |
toString()
Gets the content of the text element. |
| Methods inherited from class com.lowagie.text.Rectangle |
|---|
getBackgroundColor, getBorder, getBorderColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidth, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getBottom, getBottom, getChunks, getGrayFill, getHeight, getLeft, getLeft, getRight, getRight, getRotation, getTop, getTop, getWidth, hasBorder, hasBorders, isContent, isNestable, isUseVariableBorders, process, rectangle, rotate, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RectangleReadOnly(float llx,
float lly,
float urx,
float ury)
RectangleReadOnly -object.
llx - lower left xlly - lower left yurx - upper right xury - upper right y
public RectangleReadOnly(float urx,
float ury)
RectangleReadOnly -object starting from the origin
(0, 0).
urx - upper right xury - upper right ypublic RectangleReadOnly(Rectangle rect)
RectangleReadOnly -object.
rect - another Rectangle| Method Detail |
|---|
private void throwReadOnlyError()
public void setLeft(float llx)
setLeft in class Rectanglellx - the new valuepublic void setRight(float urx)
setRight in class Rectangleurx - the new valuepublic void setTop(float ury)
setTop in class Rectangleury - the new valuepublic void setBottom(float lly)
setBottom in class Rectanglelly - the new valuepublic void normalize()
normalize in class Rectanglepublic void setBackgroundColor(Color value)
setBackgroundColor in class Rectanglevalue - the new valuepublic void setGrayFill(float value)
setGrayFill in class Rectanglevalue - the new valuepublic void setBorder(int border)
LEFT, RIGHT, TOP, BOTTOM.
setBorder in class Rectangleborder - the new valueenableBorderSide(int),
disableBorderSide(int)public void setUseVariableBorders(boolean useVariableBorders)
setUseVariableBorders in class RectangleuseVariableBorders - indication if the rectangle has variable borderspublic void enableBorderSide(int side)
enableBorderSide in class Rectangleside - the side to enable.
One of LEFT, RIGHT, TOP, BOTTOMpublic void disableBorderSide(int side)
disableBorderSide in class Rectangleside - the side to disable.
One of LEFT, RIGHT, TOP, BOTTOMpublic void setBorderWidth(float borderWidth)
setBorderWidth in class RectangleborderWidth - the new valuepublic void setBorderWidthLeft(float borderWidthLeft)
setBorderWidthLeft in class RectangleborderWidthLeft - a widthpublic void setBorderWidthRight(float borderWidthRight)
setBorderWidthRight in class RectangleborderWidthRight - a widthpublic void setBorderWidthTop(float borderWidthTop)
setBorderWidthTop in class RectangleborderWidthTop - a widthpublic void setBorderWidthBottom(float borderWidthBottom)
setBorderWidthBottom in class RectangleborderWidthBottom - a widthpublic void setBorderColor(Color borderColor)
setBorderColor in class RectangleborderColor - a Colorpublic void setBorderColorLeft(Color borderColorLeft)
setBorderColorLeft in class RectangleborderColorLeft - a Colorpublic void setBorderColorRight(Color borderColorRight)
setBorderColorRight in class RectangleborderColorRight - a Colorpublic void setBorderColorTop(Color borderColorTop)
setBorderColorTop in class RectangleborderColorTop - a Colorpublic void setBorderColorBottom(Color borderColorBottom)
setBorderColorBottom in class RectangleborderColorBottom - a Colorpublic void cloneNonPositionParameters(Rectangle rect)
Rectangle object
cloneNonPositionParameters in class Rectanglerect - Rectangle to copy frompublic void softCloneNonPositionParameters(Rectangle rect)
Rectangle object if the value is set there.
softCloneNonPositionParameters in class Rectanglerect - Rectangle to copy frompublic String toString()
Element
toString in interface ElementtoString in class RectangleObject.toString()
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||