de.intarsys.cwt.freetype
Class Outline

java.lang.Object
  extended by de.intarsys.cwt.freetype.Outline

public class Outline
extends java.lang.Object


Constructor Summary
protected Outline(_FTNI paramFtni, FTOutline paramOutline)
           
 
Method Summary
 int getContour(int index)
           
 int getFlags()
           
 int getNumContours()
           
 FTOutline getOutline()
           
 int getPointX(int index)
           
 int getPointY(int index)
           
 byte getTag(int index)
           
 boolean isEvenOddFill()
           
 boolean isOwner()
           
 boolean isReverseFill()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Outline

protected Outline(_FTNI paramFtni,
                  FTOutline paramOutline)
Method Detail

getContour

public int getContour(int index)

getFlags

public int getFlags()

getNumContours

public int getNumContours()

getOutline

public FTOutline getOutline()

getPointX

public int getPointX(int index)

getPointY

public int getPointY(int index)

getTag

public byte getTag(int index)

isEvenOddFill

public boolean isEvenOddFill()

isOwner

public boolean isOwner()

isReverseFill

public boolean isReverseFill()