Class GlyfCompositeComp

java.lang.Object
org.apache.batik.svggen.font.table.GlyfCompositeComp

public class GlyfCompositeComp extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • setFirstIndex

      public void setFirstIndex(int idx)
    • getFirstIndex

      public int getFirstIndex()
    • setFirstContour

      public void setFirstContour(int idx)
    • getFirstContour

      public int getFirstContour()
    • getArgument1

      public short getArgument1()
    • getArgument2

      public short getArgument2()
    • getFlags

      public short getFlags()
    • getGlyphIndex

      public int getGlyphIndex()
    • getScale01

      public double getScale01()
    • getScale10

      public double getScale10()
    • getXScale

      public double getXScale()
    • getYScale

      public double getYScale()
    • getXTranslate

      public int getXTranslate()
    • getYTranslate

      public int getYTranslate()
    • scaleX

      public int scaleX(int x, int y)
      Transforms an x-coordinate of a point for this component.
      Parameters:
      x - The x-coordinate of the point to transform
      y - The y-coordinate of the point to transform
      Returns:
      The transformed x-coordinate
    • scaleY

      public int scaleY(int x, int y)
      Transforms a y-coordinate of a point for this component.
      Parameters:
      x - The x-coordinate of the point to transform
      y - The y-coordinate of the point to transform
      Returns:
      The transformed y-coordinate