Package de.intarsys.cwt.freetype
Class Outline
- java.lang.Object
-
- de.intarsys.cwt.freetype.Outline
-
public class Outline extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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()
-
-