|
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.BlockParent
org.apache.fop.area.Block
org.apache.fop.area.BlockViewport
public class BlockViewport
A BlockViewport. This is used for block level Viewport/reference pairs. The block-container creates this area.
Field Summary |
---|
Fields inherited from class org.apache.fop.area.Block |
---|
ABSOLUTE, allowBPDUpdate, FIXED, RELATIVE, STACK |
Fields inherited from class org.apache.fop.area.BlockParent |
---|
children, xOffset, yOffset |
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 | |
---|---|
BlockViewport()
Create a new block viewport area. |
|
BlockViewport(boolean allowBPDUpdate)
Create a new block viewport area. |
Method Summary | |
---|---|
boolean |
getClip()
Get the clipping for this viewport. |
CTM |
getCTM()
Get the transform of this block viewport. |
void |
setClip(boolean cl)
Set the clipping for this viewport. |
void |
setCTM(CTM ctm)
Set the transform of this viewport. |
Methods inherited from class org.apache.fop.area.Block |
---|
addBlock, addBlock, addLineArea, getPositioning, getStartIndent, isStacked, setPositioning |
Methods inherited from class org.apache.fop.area.BlockParent |
---|
addChildArea, getChildAreas, getXOffset, getYOffset, isEmpty, setXOffset, setYOffset |
Methods inherited from class org.apache.fop.area.Area |
---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlockViewport()
public BlockViewport(boolean allowBPDUpdate)
allowBPDUpdate
- true allows the BPD to be updated when children are addedMethod Detail |
---|
public void setCTM(CTM ctm)
ctm
- the transformationpublic CTM getCTM()
public void setClip(boolean cl)
cl
- the clipping for the viewportpublic boolean getClip()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |