|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.area.AreaTreeObject
org.apache.fop.area.Area
org.apache.fop.area.RegionViewport
public class RegionViewport
Region Viewport area. This object represents the region-viewport-area. It has a region-reference-area as its child. These areas are described in the fo:region-body description in the XSL Recommendation.
Field Summary |
---|
Fields inherited from class org.apache.fop.area.Area |
---|
bpd, BT, CLASS_ABSOLUTE, CLASS_BEFORE_FLOAT, CLASS_FIXED, CLASS_FOOTNOTE, CLASS_MAX, CLASS_NORMAL, CLASS_SIDE_FLOAT, ipd, log, LR, ORIENT_0, ORIENT_180, ORIENT_270, ORIENT_90, props, RL, TB |
Fields inherited from class org.apache.fop.area.AreaTreeObject |
---|
foreignAttributes |
Constructor Summary | |
---|---|
RegionViewport(java.awt.geom.Rectangle2D viewArea)
Create a new region-viewport-area |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone this region viewport. |
RegionReference |
getRegionReference()
Get the region-reference-area for this region viewport. |
java.awt.geom.Rectangle2D |
getViewArea()
Get the view area of this viewport. |
boolean |
isClip()
|
void |
setClip(boolean c)
Set the clipping for this region viewport. |
void |
setRegionReference(RegionReference reg)
Set the region-reference-area for this region viewport. |
Methods inherited from class org.apache.fop.area.Area |
---|
addChildArea, addTrait, addTrait, getAllocBPD, getAllocIPD, getAreaClass, getBooleanTrait, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsInteger, getTraits, hasTrait, hasTraits, setAreaClass, setBPD, setIPD, toString |
Methods inherited from class org.apache.fop.area.AreaTreeObject |
---|
getForeignAttributes, getForeignAttributeValue, setForeignAttribute, setForeignAttributes |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegionViewport(java.awt.geom.Rectangle2D viewArea)
viewArea
- the view area of this viewportMethod Detail |
---|
public void setRegionReference(RegionReference reg)
reg
- the child region-reference-area inside this viewportpublic RegionReference getRegionReference()
public void setClip(boolean c)
c
- the clipping valuepublic boolean isClip()
public java.awt.geom.Rectangle2D getViewArea()
public java.lang.Object clone()
clone
in class java.lang.Object
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |