net.sourceforge.plantuml.geom.kinetic
Class Point2DCharge
java.lang.Object
java.awt.geom.Point2D
java.awt.geom.Point2D.Double
net.sourceforge.plantuml.geom.kinetic.Point2DCharge
- All Implemented Interfaces:
- Serializable, Cloneable
public class Point2DCharge
- extends Point2D.Double
- See Also:
- Serialized Form
Point2DCharge
public Point2DCharge(double x,
double y)
Point2DCharge
public Point2DCharge(Point2D pt,
double ch)
apply
public void apply(VectorForce value)
setLocation
public final void setLocation(double x,
double y)
- Overrides:
setLocation
in class Point2D.Double
setLocation
public final void setLocation(Point2D p)
- Overrides:
setLocation
in class Point2D
toString
public String toString()
- Overrides:
toString
in class Point2D.Double
getCharge
public final double getCharge()
setCharge
public final void setCharge(double charge)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Point2D
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Point2D
setMoveObserver
public final void setMoveObserver(MoveObserver moveObserver)
Copyright © 2013. All Rights Reserved.