javax.media.j3d
Class Font3D.IslandsNode

java.lang.Object
  extended by javax.media.j3d.Font3D.IslandsNode
Enclosing class:
Font3D

private static class Font3D.IslandsNode
extends java.lang.Object


Field Summary
(package private)  int endIdx
           
private  java.util.ArrayList islandsList
           
(package private)  int startIdx
           
 
Constructor Summary
Font3D.IslandsNode(int startIdx, int endIdx)
           
 
Method Summary
(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

islandsList

private java.util.ArrayList islandsList

startIdx

int startIdx

endIdx

int endIdx
Constructor Detail

Font3D.IslandsNode

Font3D.IslandsNode(int startIdx,
                   int endIdx)
Method Detail

addChild

void addChild(Font3D.IslandsNode node)

removeChild

void removeChild(Font3D.IslandsNode node)

getChild

Font3D.IslandsNode getChild(int idx)

numChild

int numChild()

numVertices

int numVertices()

insert

void insert(Font3D.IslandsNode newNode,
            Point3f[] vertices)

collectOddLevelNode

void collectOddLevelNode(UnorderList list,
                         int level)


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.