Package net.sourceforge.plantuml.graph
Class ElectricCharge
- java.lang.Object
-
- net.sourceforge.plantuml.graph.ElectricCharge
-
public class ElectricCharge extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ElectricCharge(double x, double y, double charge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCharge()
java.awt.geom.Point2D
getPosition()
boolean
isMoveable()
void
move(double deltax, double deltay)
void
setMoveable(boolean moveable)
-