Uses of Class
net.sourceforge.swtlayeredgraph.GraphPoint

Packages that use GraphPoint
net.sourceforge.swtlayeredgraph   
net.sourceforge.swtlayeredgraph.examples.graphsettings   
net.sourceforge.swtlayeredgraph.listener   
 

Uses of GraphPoint in net.sourceforge.swtlayeredgraph
 

Fields in net.sourceforge.swtlayeredgraph with type parameters of type GraphPoint
protected  java.util.List<GraphPoint> LayerDrawable.extentPointList
           
 

Methods in net.sourceforge.swtlayeredgraph that return GraphPoint
 GraphPoint GraphPoint.clone()
          Creates a deep copy of this object.
 GraphPoint GCTransformer.device2Coordinate(java.lang.Integer x, java.lang.Integer y, CoordinateType type)
          Converts a given XY pair and coordinate type to it's correct graph point.
 GraphPoint GCTransformer.device2Coordinate(org.eclipse.swt.graphics.Point point, CoordinateType type)
          Converts a given point and coordinate type to it's correct graph point.
 GraphPoint GraphPoint.get(CoordinateType type)
          Gets a new GraphPoint in the specified system.
 GraphPoint GCTransformer.getDPI()
          Gets the transformed DPI for this canvas.
 GraphPoint GraphRectangle.getOrigin()
          Gets the point that is relative to width/height.
 GraphPoint GraphRectangle.getX2Y2()
          Gets the point opposite of origin (origin + GraphPoint(width, height)).
 

Methods in net.sourceforge.swtlayeredgraph that return types with arguments of type GraphPoint
protected  java.util.List<GraphPoint> LayerContainer.getExtentPoints()
          Gets the list of extent points.
 

Methods in net.sourceforge.swtlayeredgraph with parameters of type GraphPoint
 void LayerDrawable.addExtentPoint(GraphPoint point)
          Adds a point to the list used to calculate extents.
 java.lang.Boolean GraphRectangle.contains(GraphPoint point)
          Checks if this rectangle contains the given point.
 org.eclipse.swt.graphics.Point GCTransformer.coordinate2Device(GraphPoint coordinate)
          Converts from a GraphPoint to local device coordinate (for GC).
 void GraphPoint.copy(GraphPoint source)
          Does a shallow copy from the passed in point.
 void SmallCrossCursor.draw(GCTransformer transformer, GraphPoint centerPoint)
           
 void CrossCursor.draw(GCTransformer transformer, GraphPoint centerPoint)
           
 void IGraphCursor.draw(GCTransformer transformer, GraphPoint centerPoint)
          Draws the cursor on the canvas with the specified center point.
 java.lang.Integer GCTransformer.getXIncrement(GraphPoint point)
           
 java.lang.Integer GCTransformer.getYIncrement(GraphPoint point)
           
 void LayerDrawable.handleMouseDoubleClick(org.eclipse.swt.widgets.Event e, GraphPoint point)
          Handles a mouse double click on this object.
 void LayerDrawable.handleMouseDown(org.eclipse.swt.widgets.Event e, GraphPoint graphPoint)
          Handles a mouse down event on this object.
 void LayerDrawable.handleMouseMove(org.eclipse.swt.widgets.Event e, GraphPoint point)
          Handles a mouse movement on this object.
 void LayerDrawable.handleMouseUp(org.eclipse.swt.widgets.Event e, GraphPoint point)
          Handles a mouse up event on this object.
 void GraphRectangle.setOrigin(GraphPoint origin)
          Sets the new origin/reference point for width/height.
 

Constructors in net.sourceforge.swtlayeredgraph with parameters of type GraphPoint
GraphRectangle(GraphPoint origin, java.lang.Double width, java.lang.Double height, CoordinateType type)
          Builds a graph rectangle with the specified attributes.
 

Uses of GraphPoint in net.sourceforge.swtlayeredgraph.examples.graphsettings
 

Fields in net.sourceforge.swtlayeredgraph.examples.graphsettings declared as GraphPoint
 GraphPoint SampleShape.lr
           
 GraphPoint SampleShape.ul
           
 

Methods in net.sourceforge.swtlayeredgraph.examples.graphsettings with parameters of type GraphPoint
 void SampleShape.handleMouseDown(org.eclipse.swt.widgets.Event e, GraphPoint graphPoint)
           
 

Uses of GraphPoint in net.sourceforge.swtlayeredgraph.listener
 

Methods in net.sourceforge.swtlayeredgraph.listener with parameters of type GraphPoint
 void GraphMouseListener.handleMouseEvent(org.eclipse.swt.widgets.Event event, GraphPoint point)
          Called when the mouse moves in GraphMouseListenerparam newPoint The location of the new mouse point.
 



Copyright © 2009. All Rights Reserved.