com.mebigfatguy.patchanim.surface
Class Coordinate

java.lang.Object
  extended by com.mebigfatguy.patchanim.surface.Coordinate
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Coordinate
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Constructor Summary
Coordinate(double xPos, double yPos, double colorVal)
           
 
Method Summary
 java.lang.Object clone()
           
 double getColor()
           
 double getX()
           
 double getY()
           
 void setColor(double colorVal)
           
 void setX(double xPos)
           
 void setY(double yPos)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Coordinate

public Coordinate(double xPos,
                  double yPos,
                  double colorVal)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getX

public double getX()

setX

public void setX(double xPos)

getY

public double getY()

setY

public void setY(double yPos)

getColor

public double getColor()

setColor

public void setColor(double colorVal)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.