| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Area | |
org.apache.fop.datatypes | |
org.apache.fop.dom.svg | |
org.apache.fop.fo | |
org.apache.fop.fo.flow | |
org.apache.fop.image | |
org.apache.fop.layout | |
org.apache.fop.svg |
Uses of Area in org.apache.fop.datatypes |
Methods in org.apache.fop.datatypes with parameters of type Area | |
void | IDReferences.configureID(String id, Area area) Configures this id |
void | IDReferences.initializeID(String id, Area area) Creates and configures the specified id. |
Uses of Area in org.apache.fop.dom.svg |
Subclasses of Area in org.apache.fop.dom.svg | |
class | SVGArea class representing an SVG area in which the SVG graphics sit |
Uses of Area in org.apache.fop.fo |
Methods in org.apache.fop.fo with parameters of type Area | |
Status | FObj.layout(Area area) generates the area or areas for this formatting object and adds these to the area. |
Status | FObjMixed.layout(Area area) |
abstract Status | FONode.layout(Area area) |
Status | FOText.layout(Area area) |
Uses of Area in org.apache.fop.fo.flow |
Fields in org.apache.fop.fo.flow declared as Area | |
(package private) Area | PageNumberCitation.area |
Methods in org.apache.fop.fo.flow with parameters of type Area | |
Status | BasicLink.layout(Area area) |
Status | Block.layout(Area area) |
Status | BlockContainer.layout(Area area) |
Status | Character.layout(Area area) |
Status | DisplaySequence.layout(Area area) |
Status | ExternalGraphic.layout(Area area) |
Status | Flow.layout(Area area, Region region) |
Status | Flow.layout(Area area) |
Status | InlineGraphic.layout(Area area) |
Status | InstreamForeignObject.layout(Area area) layout this formatting object. |
Status | Leader.layout(Area area) |
Status | ListBlock.layout(Area area) |
Status | ListItem.layout(Area area) |
Status | ListItemBody.layout(Area area) |
Status | ListItemLabel.layout(Area area) |
Status | PageNumber.layout(Area area) |
Status | PageNumberCitation.layout(Area area) |
Status | StaticContent.layout(Area area, Region region) |
Status | StaticContent.layout(Area area) |
Status | Table.layout(Area area) |
Status | TableBody.layout(Area area) |
void | TableBody.removeLayout(Area area) |
void | TableCell.doSetup(Area area) |
Status | TableCell.layout(Area area) |
Status | TableColumn.layout(Area area) |
void | TableRow.doSetup(Area area) |
Status | TableRow.layout(Area area) |
void | TableRow.removeLayout(Area area) |
Uses of Area in org.apache.fop.image |
Subclasses of Area in org.apache.fop.image | |
class | ImageArea |
Uses of Area in org.apache.fop.layout |
Subclasses of Area in org.apache.fop.layout | |
class | AreaContainer |
class | BlockArea |
class | BodyAreaContainer |
class | ForeignObjectArea |
class | InlineArea |
class | LineArea |
Constructors in org.apache.fop.layout with parameters of type Area | |
LinkSet.LinkSet(String destination, Area area, int linkType) |
Methods in org.apache.fop.layout that return Area | |
Area | Area.getParent() |
Area | ForeignObjectArea.getObject() |
Area | LinkSet.getArea() |
Methods in org.apache.fop.layout with parameters of type Area | |
void | Area.removeChild(Area area) |
void | ForeignObjectArea.setObject(Area fobject) |
void | LinkSet.applyAreaContainerOffsets(AreaContainer ac, Area area) |
Uses of Area in org.apache.fop.svg |
Methods in org.apache.fop.svg with parameters of type Area | |
Status | SVG.layout(Area area) layout this formatting object. |
Status | SVGObj.layout(Area area) layout this formatting object. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |