All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.algo.treetraversals.DrawingInfo

java.lang.Object
   |
   +----jdsl.core.algo.treetraversals.DrawingInfo

public class DrawingInfo
extends Object

Constructor Index

 o DrawingInfo(Color)

Method Index

 o getColor()
 o getX()
 o getY()
 o setColor(Color)
 o setX(int)
 o setY(int)

Constructors

 o DrawingInfo
 public DrawingInfo(Color col)

Methods

 o getX
 public int getX()
 o getY
 public int getY()
 o getColor
 public Color getColor()
 o setX
 public void setX(int newX)
 o setY
 public void setY(int newY)
 o setColor
 public void setColor(Color newCol)

All Packages  Class Hierarchy  This Package  Previous  Next  Index