java.lang.Object
com.lowagie.text.pdf.codec.wmf.MetaState

@Deprecated public class MetaState extends Object
Deprecated.
  • Field Details

    • TA_NOUPDATECP

      public static final int TA_NOUPDATECP
      Deprecated.
      See Also:
    • TA_UPDATECP

      public static final int TA_UPDATECP
      Deprecated.
      See Also:
    • TA_LEFT

      public static final int TA_LEFT
      Deprecated.
      See Also:
    • TA_RIGHT

      public static final int TA_RIGHT
      Deprecated.
      See Also:
    • TA_CENTER

      public static final int TA_CENTER
      Deprecated.
      See Also:
    • TA_TOP

      public static final int TA_TOP
      Deprecated.
      See Also:
    • TA_BOTTOM

      public static final int TA_BOTTOM
      Deprecated.
      See Also:
    • TA_BASELINE

      public static final int TA_BASELINE
      Deprecated.
      See Also:
    • TRANSPARENT

      public static final int TRANSPARENT
      Deprecated.
      See Also:
    • OPAQUE

      public static final int OPAQUE
      Deprecated.
      See Also:
    • ALTERNATE

      public static final int ALTERNATE
      Deprecated.
      See Also:
    • WINDING

      public static final int WINDING
      Deprecated.
      See Also:
    • savedStates

      public Stack<MetaState> savedStates
      Deprecated.
    • MetaObjects

      public List<Object> MetaObjects
      Deprecated.
    • currentPoint

      public Point currentPoint
      Deprecated.
    • currentPen

      public MetaPen currentPen
      Deprecated.
    • currentBrush

      public MetaBrush currentBrush
      Deprecated.
    • currentFont

      public MetaFont currentFont
      Deprecated.
    • currentBackgroundColor

      public Color currentBackgroundColor
      Deprecated.
    • currentTextColor

      public Color currentTextColor
      Deprecated.
    • backgroundMode

      public int backgroundMode
      Deprecated.
    • polyFillMode

      public int polyFillMode
      Deprecated.
    • lineJoin

      public int lineJoin
      Deprecated.
    • textAlign

      public int textAlign
      Deprecated.
    • offsetWx

      public int offsetWx
      Deprecated.
    • offsetWy

      public int offsetWy
      Deprecated.
    • extentWx

      public int extentWx
      Deprecated.
    • extentWy

      public int extentWy
      Deprecated.
    • scalingX

      public float scalingX
      Deprecated.
    • scalingY

      public float scalingY
      Deprecated.
  • Constructor Details

    • MetaState

      public MetaState()
      Deprecated.
      Creates new MetaState
    • MetaState

      public MetaState(MetaState state)
      Deprecated.
  • Method Details

    • setMetaState

      public void setMetaState(MetaState state)
      Deprecated.
    • addMetaObject

      public void addMetaObject(MetaObject object)
      Deprecated.
    • selectMetaObject

      public void selectMetaObject(int index, PdfContentByte cb)
      Deprecated.
    • deleteMetaObject

      public void deleteMetaObject(int index)
      Deprecated.
    • saveState

      public void saveState(PdfContentByte cb)
      Deprecated.
    • restoreState

      public void restoreState(int index, PdfContentByte cb)
      Deprecated.
    • cleanup

      public void cleanup(PdfContentByte cb)
      Deprecated.
    • transformX

      public float transformX(int x)
      Deprecated.
    • transformY

      public float transformY(int y)
      Deprecated.
    • setScalingX

      public void setScalingX(float scalingX)
      Deprecated.
    • setScalingY

      public void setScalingY(float scalingY)
      Deprecated.
    • setOffsetWx

      public void setOffsetWx(int offsetWx)
      Deprecated.
    • setOffsetWy

      public void setOffsetWy(int offsetWy)
      Deprecated.
    • setExtentWx

      public void setExtentWx(int extentWx)
      Deprecated.
    • setExtentWy

      public void setExtentWy(int extentWy)
      Deprecated.
    • transformAngle

      public float transformAngle(float angle)
      Deprecated.
    • getCurrentPoint

      public Point getCurrentPoint()
      Deprecated.
    • setCurrentPoint

      public void setCurrentPoint(Point p)
      Deprecated.
    • getCurrentBrush

      public MetaBrush getCurrentBrush()
      Deprecated.
    • getCurrentPen

      public MetaPen getCurrentPen()
      Deprecated.
    • getCurrentFont

      public MetaFont getCurrentFont()
      Deprecated.
    • getCurrentBackgroundColor

      public Color getCurrentBackgroundColor()
      Deprecated.
      Getter for property currentBackgroundColor.
      Returns:
      Value of property currentBackgroundColor.
    • setCurrentBackgroundColor

      public void setCurrentBackgroundColor(Color currentBackgroundColor)
      Deprecated.
      Setter for property currentBackgroundColor.
      Parameters:
      currentBackgroundColor - New value of property currentBackgroundColor.
    • getCurrentTextColor

      public Color getCurrentTextColor()
      Deprecated.
      Getter for property currentTextColor.
      Returns:
      Value of property currentTextColor.
    • setCurrentTextColor

      public void setCurrentTextColor(Color currentTextColor)
      Deprecated.
      Setter for property currentTextColor.
      Parameters:
      currentTextColor - New value of property currentTextColor.
    • getBackgroundMode

      public int getBackgroundMode()
      Deprecated.
      Getter for property backgroundMode.
      Returns:
      Value of property backgroundMode.
    • setBackgroundMode

      public void setBackgroundMode(int backgroundMode)
      Deprecated.
      Setter for property backgroundMode.
      Parameters:
      backgroundMode - New value of property backgroundMode.
    • getTextAlign

      public int getTextAlign()
      Deprecated.
      Getter for property textAlign.
      Returns:
      Value of property textAlign.
    • setTextAlign

      public void setTextAlign(int textAlign)
      Deprecated.
      Setter for property textAlign.
      Parameters:
      textAlign - New value of property textAlign.
    • getPolyFillMode

      public int getPolyFillMode()
      Deprecated.
      Getter for property polyFillMode.
      Returns:
      Value of property polyFillMode.
    • setPolyFillMode

      public void setPolyFillMode(int polyFillMode)
      Deprecated.
      Setter for property polyFillMode.
      Parameters:
      polyFillMode - New value of property polyFillMode.
    • setLineJoinRectangle

      public void setLineJoinRectangle(PdfContentByte cb)
      Deprecated.
    • setLineJoinPolygon

      public void setLineJoinPolygon(PdfContentByte cb)
      Deprecated.
    • getLineNeutral

      public boolean getLineNeutral()
      Deprecated.