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 intgetContour(int index)intgetFlags()intgetNumContours()FTOutlinegetOutline()intgetPointX(int index)intgetPointY(int index)bytegetTag(int index)booleanisEvenOddFill()booleanisOwner()booleanisReverseFill()
-
-
-
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()
-
-