private static class Font3D.IslandsNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
endIdx |
private java.util.ArrayList |
islandsList |
(package private) int |
startIdx |
| Constructor and Description |
|---|
Font3D.IslandsNode(int startIdx,
int endIdx) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addChild(Font3D.IslandsNode node) |
(package private) void |
collectOddLevelNode(UnorderList list,
int level) |
(package private) Font3D.IslandsNode |
getChild(int idx) |
(package private) void |
insert(Font3D.IslandsNode newNode,
Point3f[] vertices) |
(package private) int |
numChild() |
(package private) int |
numVertices() |
(package private) void |
removeChild(Font3D.IslandsNode node) |
private java.util.ArrayList islandsList
int startIdx
int endIdx
void addChild(Font3D.IslandsNode node)
void removeChild(Font3D.IslandsNode node)
Font3D.IslandsNode getChild(int idx)
int numChild()
int numVertices()
void insert(Font3D.IslandsNode newNode, Point3f[] vertices)
void collectOddLevelNode(UnorderList list, int level)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.