org.vectomatic.common.model
Class DrawingModel.Node

java.lang.Object
  extended by org.vectomatic.common.model.DrawingModel.Node
Enclosing class:
DrawingModel

protected class DrawingModel.Node
extends Object


Field Summary
 DrawingModel.Node next
           
 DrawingModel.Node prev
           
 Shape shape
           
 float z
           
 
Constructor Summary
protected DrawingModel.Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prev

public DrawingModel.Node prev

next

public DrawingModel.Node next

z

public float z

shape

public Shape shape
Constructor Detail

DrawingModel.Node

protected DrawingModel.Node()


Copyright © 2010. All Rights Reserved.