net.sourceforge.plantuml.geom.kinetic
Class Quadrant

java.lang.Object
  extended by net.sourceforge.plantuml.geom.kinetic.Quadrant

public class Quadrant
extends Object


Constructor Summary
Quadrant(int x, int y)
           
Quadrant(Point2DCharge pt)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 Collection<Quadrant> neighbourhood()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Quadrant

public Quadrant(int x,
                int y)

Quadrant

public Quadrant(Point2DCharge pt)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

neighbourhood

public Collection<Quadrant> neighbourhood()


Copyright © 2014. All Rights Reserved.