public class RegionReference extends Area implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected RegionViewport |
regionViewport
the parent RegionViewport for this object
|
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
extensionAttachments, foreignAttributes
Constructor and Description |
---|
RegionReference(int regionClass,
java.lang.String regionName,
RegionViewport parent)
Create a new region reference area.
|
RegionReference(Region regionFO,
RegionViewport parent)
Create a new region reference area.
|
Modifier and Type | Method and Description |
---|---|
void |
addBlock(Block block)
Add a block area to this region reference area.
|
void |
addChildArea(Area child)
Add a child to this area.
|
java.lang.Object |
clone()
Clone this region.
|
java.util.List |
getBlocks()
Get the block in this region.
|
CTM |
getCTM()
Get the current transform of this region.
|
int |
getRegionClass()
Get the region class of this region.
|
java.lang.String |
getRegionName() |
RegionViewport |
getRegionViewport() |
void |
setCTM(CTM ctm)
Set the Coordinate Transformation Matrix which transforms content
coordinates in this region reference area which are specified in
terms of "start" and "before" into coordinates in a system which
is positioned in "absolute" directions (with origin at lower left of
the region reference area.
|
java.lang.String |
toString() |
addTrait, getAllocBPD, getAllocIPD, getAreaClass, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsBoolean, getTraitAsInteger, getTraits, hasTrait, hasTraits, setAreaClass, setBPD, setIPD
addExtensionAttachment, getExtensionAttachments, getForeignAttributes, getForeignAttributeValue, hasExtensionAttachments, setExtensionAttachments, setForeignAttribute, setForeignAttributes
protected RegionViewport regionViewport
public RegionReference(Region regionFO, RegionViewport parent)
regionFO
- the region.parent
- the viewport for this region.public RegionReference(int regionClass, java.lang.String regionName, RegionViewport parent)
regionClass
- the region class (as returned by Region.getNameId())regionName
- the name of the region (as returned by Region.getRegionName())parent
- the viewport for this region.public void addChildArea(Area child)
addChildArea
in class Area
child
- the child area to addpublic void setCTM(CTM ctm)
ctm
- the current transform to position this regionpublic RegionViewport getRegionViewport()
public CTM getCTM()
public java.util.List getBlocks()
public int getRegionClass()
public java.lang.String getRegionName()
public void addBlock(Block block)
block
- the block area to addpublic java.lang.Object clone()
clone
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.