Uses of Class
net.sourceforge.swtlayeredgraph.CoordinateType

Packages that use CoordinateType
net.sourceforge.swtlayeredgraph   
net.sourceforge.swtlayeredgraph.examples.graphsettings   
 

Uses of CoordinateType in net.sourceforge.swtlayeredgraph
 

Fields in net.sourceforge.swtlayeredgraph declared as CoordinateType
protected  CoordinateType GCTransformer.translateCoordinateType
           
 

Methods in net.sourceforge.swtlayeredgraph that return CoordinateType
 CoordinateType IGraphGridLayer.getCoordinateType()
          Gets the coordinate type for x/y increments.
 CoordinateType SwtLayeredGraph.getCoordinateType()
           
 CoordinateType GraphPoint.getCoordinateType()
          Gets the current coordinate system type.
 CoordinateType GraphRectangle.getCoordinateType()
          Gets the coordinate system type for width and height.
 CoordinateType GraphGridLayer.getCoordinateType()
           
 CoordinateType GCTransformer.getTranslateCoordinateType()
          Gets the type of unit used for translation.
static CoordinateType CoordinateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CoordinateType[] CoordinateType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.swtlayeredgraph with parameters of type CoordinateType
 java.lang.Double GraphPoint.convert(java.lang.Double value, CoordinateType source, CoordinateType target)
          Converts the passed in value to specified coordinate system.
 void GraphPoint.convertTo(CoordinateType type)
          Converts this coordinate to the specified coordinate system.
 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.
 IGraphCursor GraphCursorFactory.getSmallCrossCursor(java.lang.Double width, java.lang.Double height, int color, int lineWidth, CoordinateType type)
          Builds a small cross cursor with the following parameters.
 java.lang.Double GraphPoint.getX(CoordinateType type)
          Gets the local X value converted to the specified coordinate type.
 java.lang.Double GraphPoint.getY(CoordinateType type)
          Gets the local Y value converted to the specified coordinate type.
 void LayerGroup.move(java.lang.Double dx, java.lang.Double dy, CoordinateType type)
          Moves the layer object by the specified x and y deltas.
abstract  void LayerDrawable.move(java.lang.Double dx, java.lang.Double dy, CoordinateType type)
          Moves the object by the specified x and y deltas.
 void IGraphGridLayer.setCoordinateType(CoordinateType type)
          Sets the coordinate type of the x/y intervals.
 void SwtLayeredGraph.setCoordinateType(CoordinateType newType)
           
 void GraphRectangle.setCoordinateType(CoordinateType type)
          Sets the coordinate system for this rectangle.
 void GraphGridLayer.setCoordinateType(CoordinateType type)
           
 void GCTransformer.setTranslateCoordinateType(CoordinateType type)
          Sets the coordinate system used for translation.
 void GraphPoint.setX(java.lang.Double x, CoordinateType type)
          Sets the X coordinate to the specified value after converting from the specified system.
 void GraphPoint.setY(java.lang.Double y, CoordinateType type)
          Sets the Y coordinate to the specified value after converting from the specified system.
 

Constructors in net.sourceforge.swtlayeredgraph with parameters of type CoordinateType
GCTransformer(java.lang.Double xScaleFactor, java.lang.Double yScaleFactor, java.lang.Double xTranslateFactor, java.lang.Double yTranslateFactor, CoordinateType translationSystem, java.lang.Integer width, java.lang.Integer height, SwtGC gc)
          Generates a usable transformer.
GraphGridLayer(java.lang.Double xInterval, java.lang.Double yInterval, LineStyle xLineStyle, LineStyle yLineStyle, int xWidth, int yWidth, int xMultiplier, int yMultiplier, int xMultWidth, int yMultWidth, java.lang.Boolean visible, CoordinateType type, org.eclipse.swt.graphics.Color color)
          Builds a graph grid layer object.
GraphPoint(CoordinateType type)
          Constructor to use specific coordinate type.
GraphPoint(java.lang.Double x, java.lang.Double y, CoordinateType type)
          Constructor to fully specify point.
GraphRectangle(GraphPoint origin, java.lang.Double width, java.lang.Double height, CoordinateType type)
          Builds a graph rectangle with the specified attributes.
SmallCrossCursor(java.lang.Double width, java.lang.Double height, int color, int lineWidth, CoordinateType type)
          Builds a new graph cursor object in the shape of a cross.
 

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

Methods in net.sourceforge.swtlayeredgraph.examples.graphsettings with parameters of type CoordinateType
 void SampleShape.move(java.lang.Double dx, java.lang.Double dy, CoordinateType type)
           
 void GraphSettingsWindow.setCoordinateSystem(CoordinateType newSystem)
           
 



Copyright © 2009. All Rights Reserved.