com.lowagie.text.pdf.codec.wmf
public class MetaState extends Object
| Field Summary | |
|---|---|
| static int | ALTERNATE |
| int | backgroundMode |
| Color | currentBackgroundColor |
| MetaBrush | currentBrush |
| MetaFont | currentFont |
| MetaPen | currentPen |
| Point | currentPoint |
| Color | currentTextColor |
| int | extentWx |
| int | extentWy |
| int | lineJoin |
| ArrayList | MetaObjects |
| int | offsetWx |
| int | offsetWy |
| static int | OPAQUE |
| int | polyFillMode |
| Stack | savedStates |
| float | scalingX |
| float | scalingY |
| int | textAlign |
| static int | TA_BASELINE |
| static int | TA_BOTTOM |
| static int | TA_CENTER |
| static int | TA_LEFT |
| static int | TA_NOUPDATECP |
| static int | TA_RIGHT |
| static int | TA_TOP |
| static int | TA_UPDATECP |
| static int | TRANSPARENT |
| static int | WINDING |
| Constructor Summary | |
|---|---|
| MetaState() Creates new MetaState | |
| MetaState(MetaState state) | |
| Method Summary | |
|---|---|
| void | addMetaObject(MetaObject object) |
| void | cleanup(PdfContentByte cb) |
| void | deleteMetaObject(int index) |
| int | getBackgroundMode() Getter for property backgroundMode. |
| Color | getCurrentBackgroundColor() Getter for property currentBackgroundColor. |
| MetaBrush | getCurrentBrush() |
| MetaFont | getCurrentFont() |
| MetaPen | getCurrentPen() |
| Point | getCurrentPoint() |
| Color | getCurrentTextColor() Getter for property currentTextColor. |
| boolean | getLineNeutral() |
| int | getPolyFillMode() Getter for property polyFillMode. |
| int | getTextAlign() Getter for property textAlign. |
| void | restoreState(int index, PdfContentByte cb) |
| void | saveState(PdfContentByte cb) |
| void | selectMetaObject(int index, PdfContentByte cb) |
| void | setBackgroundMode(int backgroundMode) Setter for property backgroundMode. |
| void | setCurrentBackgroundColor(Color currentBackgroundColor) Setter for property currentBackgroundColor. |
| void | setCurrentPoint(Point p) |
| void | setCurrentTextColor(Color currentTextColor) Setter for property currentTextColor. |
| void | setExtentWx(int extentWx) |
| void | setExtentWy(int extentWy) |
| void | setLineJoinPolygon(PdfContentByte cb) |
| void | setLineJoinRectangle(PdfContentByte cb) |
| void | setMetaState(MetaState state) |
| void | setOffsetWx(int offsetWx) |
| void | setOffsetWy(int offsetWy) |
| void | setPolyFillMode(int polyFillMode) Setter for property polyFillMode. |
| void | setScalingX(float scalingX) |
| void | setScalingY(float scalingY) |
| void | setTextAlign(int textAlign) Setter for property textAlign. |
| float | transformAngle(float angle) |
| float | transformX(int x) |
| float | transformY(int y) |
Returns: Value of property backgroundMode.
Returns: Value of property currentBackgroundColor.
Returns: Value of property currentTextColor.
Returns: Value of property polyFillMode.
Returns: Value of property textAlign.
Parameters: backgroundMode New value of property backgroundMode.
Parameters: currentBackgroundColor New value of property currentBackgroundColor.
Parameters: currentTextColor New value of property currentTextColor.
Parameters: polyFillMode New value of property polyFillMode.
Parameters: textAlign New value of property textAlign.