|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.geom.RectangularShape
java.awt.geom.Rectangle2D
java.awt.Rectangle
com.elegantj.pdf.MediaBox
MediaBox defines a rectangle which specifies the 'natural size' of the page, for example the dimensions of an A4 sheet of paper.
| Nested Class Summary |
| Nested classes inherited from class java.awt.geom.Rectangle2D |
java.awt.geom.Rectangle2D.Double, java.awt.geom.Rectangle2D.Float |
| Field Summary | |
static MediaBox |
MEDIA_11x17
MediaBox defining a page in 11x17 format |
static MediaBox |
MEDIA_a0
MediaBox defining a page in a0 format |
static MediaBox |
MEDIA_a1
MediaBox defining a page in a1 format |
static MediaBox |
MEDIA_a10
MediaBox defining a page in a10 format |
static MediaBox |
MEDIA_a2
MediaBox defining a page in a2 format |
static MediaBox |
MEDIA_a3
MediaBox defining a page in a3 format |
static MediaBox |
MEDIA_a4
MediaBox defining a page in a4 format |
static MediaBox |
MEDIA_a5
MediaBox defining a page in a5 format |
static MediaBox |
MEDIA_a6
MediaBox defining a page in a6 format |
static MediaBox |
MEDIA_a7
MediaBox defining a page in a7 format |
static MediaBox |
MEDIA_a8
MediaBox defining a page in a8 format |
static MediaBox |
MEDIA_a9
MediaBox defining a page in a9 format |
static MediaBox |
MEDIA_archA
MediaBox defining a page in archA format |
static MediaBox |
MEDIA_archB
MediaBox defining a page in archB format |
static MediaBox |
MEDIA_archC
MediaBox defining a page in archC format |
static MediaBox |
MEDIA_archD
MediaBox defining a page in archD format |
static MediaBox |
MEDIA_archE
MediaBox defining a page in archE format |
static MediaBox |
MEDIA_b0
MediaBox defining a page in b0 format |
static MediaBox |
MEDIA_b1
MediaBox defining a page in b1 format |
static MediaBox |
MEDIA_b2
MediaBox defining a page in b2 format |
static MediaBox |
MEDIA_b3
MediaBox defining a page in b3 format |
static MediaBox |
MEDIA_b4
MediaBox defining a page in b4 format |
static MediaBox |
MEDIA_b5
MediaBox defining a page in b5 format |
static MediaBox |
MEDIA_flsa
MediaBox defining a page in flsa format |
static MediaBox |
MEDIA_flse
MediaBox defining a page in flse format |
static MediaBox |
MEDIA_halfletter
MediaBox defining a page in halfletter format |
static MediaBox |
MEDIA_ledger
MediaBox defining a page in ledger format |
static MediaBox |
MEDIA_legal
MediaBox defining a page in legal format |
static MediaBox |
MEDIA_letter
MediaBox defining a page in letter format |
static MediaBox |
MEDIA_note
MediaBox defining a page in note format |
| Fields inherited from class java.awt.Rectangle |
height, width, x, y |
| Fields inherited from class java.awt.geom.Rectangle2D |
OUT_BOTTOM, OUT_LEFT, OUT_RIGHT, OUT_TOP |
| Constructor Summary | |
MediaBox(int x,
int y,
int w,
int h)
Constructs the mediabox with specified x, y, width, height |
|
| Method Summary | |
java.lang.Object |
clone()
Returns the clone of this object |
| Methods inherited from class java.awt.Rectangle |
add, add, add, contains, contains, contains, contains, createIntersection, createUnion, equals, getBounds, getBounds2D, getHeight, getLocation, getSize, getWidth, getX, getY, grow, inside, intersection, intersects, isEmpty, move, outcode, reshape, resize, setBounds, setBounds, setLocation, setLocation, setRect, setSize, setSize, toString, translate, union |
| Methods inherited from class java.awt.geom.Rectangle2D |
add, add, add, contains, contains, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, setRect, union |
| Methods inherited from class java.awt.geom.RectangularShape |
contains, contains, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.Shape |
contains, contains, contains, contains, getPathIterator, getPathIterator, intersects, intersects |
| Field Detail |
public static final MediaBox MEDIA_letter
public static final MediaBox MEDIA_note
public static final MediaBox MEDIA_legal
public static final MediaBox MEDIA_a0
public static final MediaBox MEDIA_a1
public static final MediaBox MEDIA_a2
public static final MediaBox MEDIA_a3
public static final MediaBox MEDIA_a4
public static final MediaBox MEDIA_a5
public static final MediaBox MEDIA_a6
public static final MediaBox MEDIA_a7
public static final MediaBox MEDIA_a8
public static final MediaBox MEDIA_a9
public static final MediaBox MEDIA_a10
public static final MediaBox MEDIA_b0
public static final MediaBox MEDIA_b1
public static final MediaBox MEDIA_b2
public static final MediaBox MEDIA_b3
public static final MediaBox MEDIA_b4
public static final MediaBox MEDIA_b5
public static final MediaBox MEDIA_archE
public static final MediaBox MEDIA_archD
public static final MediaBox MEDIA_archC
public static final MediaBox MEDIA_archB
public static final MediaBox MEDIA_archA
public static final MediaBox MEDIA_flsa
public static final MediaBox MEDIA_flse
public static final MediaBox MEDIA_halfletter
public static final MediaBox MEDIA_11x17
public static final MediaBox MEDIA_ledger
| Constructor Detail |
public MediaBox(int x,
int y,
int w,
int h)
x - The x coordinate for mediaboxy - The x yoordinate for mediaboxw - The w width for mediaboxh - The h width for mediabox| Method Detail |
public java.lang.Object clone()
|
ElegantJ PDF Library Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||