wt.clients.beans.graph
Class GraphLinkComponent.QueryPoint

java.lang.Object
  extended byjava.awt.geom.Point2D
      extended byjava.awt.Point
          extended bywt.clients.beans.graph.GraphLinkComponent.QueryPoint
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
GraphLinkComponent

class GraphLinkComponent.QueryPoint
extends Point


Nested Class Summary
 
Nested classes inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Field Summary
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
(package private) GraphLinkComponent.QueryPoint(int x, int y)
           
 
Method Summary
(package private)  boolean onHorizontalLine(int start_x, int start_y, int end_x, int end_y)
           
(package private)  boolean onVerticalLine(int start_x, int start_y, int end_x, int end_y)
           
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphLinkComponent.QueryPoint

GraphLinkComponent.QueryPoint(int x,
                              int y)
Method Detail

onHorizontalLine

boolean onHorizontalLine(int start_x,
                         int start_y,
                         int end_x,
                         int end_y)

onVerticalLine

boolean onVerticalLine(int start_x,
                       int start_y,
                       int end_x,
                       int end_y)