Package | Description |
---|---|
org.apache.fop.render.afp.modca |
Modifier and Type | Method and Description |
---|---|
void |
MapCodedFont.addFont(int fontReference,
AFPFont font,
int size,
int orientation)
Add a font definition on the the map coded font object.
|
void |
MapPageOverlay.addOverlay(java.lang.String name)
Add an overlay to to the map page overlay object.
|
void |
PresentationTextData.createLineData(int x1,
int y1,
int x2,
int y2,
int thickness,
int orientation,
java.awt.Color col)
Drawing of lines using the starting and ending coordinates, thickness and
colour arguments.
|
void |
PresentationTextData.createTextData(int fontNumber,
int x,
int y,
int orientation,
java.awt.Color col,
int vsci,
int ica,
byte[] data)
Create the presentation text data for the byte array of data.
|
void |
PresentationTextData.endControlSequence()
A control sequence is a sequence of bytes that specifies a control
function.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.