Package processing.opengl
Class PJOGL.FontOutline
java.lang.Object
processing.opengl.PJOGL.FontOutline
- All Implemented Interfaces:
PGL.FontOutline
- Enclosing class:
- PJOGL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcurrentSegment(float[] coords) booleanisDone()voidnext()
-
Constructor Details
-
FontOutline
-
-
Method Details
-
isDone
public boolean isDone()- Specified by:
isDonein interfacePGL.FontOutline
-
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegmentin interfacePGL.FontOutline
-
next
public void next()- Specified by:
nextin interfacePGL.FontOutline
-