Uses of Class
org.apache.fop.afp.ioca.TileSize
-
Packages that use TileSize Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.ioca Contains a collection of AFP Image Object Content Architecture (IOCA) structured objects. -
-
Uses of TileSize in org.apache.fop.afp
Methods in org.apache.fop.afp that return TileSize Modifier and Type Method Description TileSize
Factory. createTileSize(int dataWidth, int dataHeight, int dataWidthRes, int dataHeightRes)
-
Uses of TileSize in org.apache.fop.afp.ioca
Fields in org.apache.fop.afp.ioca declared as TileSize Modifier and Type Field Description private TileSize
Tile. tileSize
Methods in org.apache.fop.afp.ioca with parameters of type TileSize Modifier and Type Method Description void
Tile. setSize(TileSize tileSize)
-