org.apache.batik.svggen.font.table
Class GlyfSimpleDescript

java.lang.Object
  |
  +--org.apache.batik.svggen.font.table.Program
        |
        +--org.apache.batik.svggen.font.table.GlyfDescript
              |
              +--org.apache.batik.svggen.font.table.GlyfSimpleDescript
All Implemented Interfaces:
GlyphDescription

public class GlyfSimpleDescript
extends GlyfDescript


Fields inherited from class org.apache.batik.svggen.font.table.GlyfDescript
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
 
Constructor Summary
GlyfSimpleDescript(GlyfTable parentTable, short numberOfContours, java.io.ByteArrayInputStream bais)
           
 
Method Summary
 int getContourCount()
           
 int getEndPtOfContours(int i)
           
 byte getFlags(int i)
           
 int getPointCount()
           
 short getXCoordinate(int i)
           
 short getYCoordinate(int i)
           
 boolean isComposite()
           
 
Methods inherited from class org.apache.batik.svggen.font.table.GlyfDescript
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimum
 
Methods inherited from class org.apache.batik.svggen.font.table.Program
getInstructions, readInstructions, readInstructions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlyfSimpleDescript

public GlyfSimpleDescript(GlyfTable parentTable,
                          short numberOfContours,
                          java.io.ByteArrayInputStream bais)
Method Detail

getEndPtOfContours

public int getEndPtOfContours(int i)

getFlags

public byte getFlags(int i)

getXCoordinate

public short getXCoordinate(int i)

getYCoordinate

public short getYCoordinate(int i)

isComposite

public boolean isComposite()

getPointCount

public int getPointCount()

getContourCount

public int getContourCount()


Copyright © 2002 Apache Software Foundation. All Rights Reserved.