Uses of Class
jcckit.graphic.GraphPoint
-
Packages that use GraphPoint Package Description jcckit.graphic jcckit.plot jcckit.renderer jcckit.transformation -
-
Uses of GraphPoint in jcckit.graphic
Methods in jcckit.graphic that return GraphPoint Modifier and Type Method Description GraphPointRectangle. getCenter()Returns the center of this element.GraphPointPolygon. getPoint(int index)Returns the point for the specified index.GraphPointText. getPosition()Returns the position.Methods in jcckit.graphic with parameters of type GraphPoint Modifier and Type Method Description voidPolygon. addPoint(GraphPoint point)Adds a new point to the end of the list of points.booleanClippingRectangle. isInside(GraphPoint point)Returns true if the specified point is inside this rectangle.booleanClippingShape. isInside(GraphPoint point)Returns true if the specified point is inside this clipping shape.voidPolygon. replacePointAt(int index, GraphPoint point)Replaces the point at the specified index by a new one.Constructors in jcckit.graphic with parameters of type GraphPoint Constructor Description Oval(GraphPoint center, double width, double height, GraphicAttributes attributes)Creates a new instance.Rectangle(GraphPoint center, double width, double height, GraphicAttributes attributes)Creates a new instance.Text(GraphPoint position, java.lang.String text, GraphicAttributes attributes)Creates an instance with the specified parameters. -
Uses of GraphPoint in jcckit.plot
Methods in jcckit.plot that return GraphPoint Modifier and Type Method Description GraphPointPositionHint. getOrigin()Returns the origin.GraphPointPositionHint. getPosition()Returns the position.Methods in jcckit.plot with parameters of type GraphPoint Modifier and Type Method Description HintCurve. addPoint(GraphPoint point, Hint hintFromPreviousCurve)Appends a new point to the curve.HintSimpleCurve. addPoint(GraphPoint point, Hint hintFromPreviousCurve)Appends a new point to the curve if inside the clipping shape.GraphicalElementAbstractSymbolFactory. createLegendSymbol(GraphPoint centerPosition, double size)Creates a symbol for the legend at the specified position.GraphicalElementBarFactory. createLegendSymbol(GraphPoint centerPosition, double size)Creates a symbol for the legend at the specified position.GraphicalElementErrorBarFactory. createLegendSymbol(GraphPoint centerPosition, double size)Creates the legend symbol.GraphicalElementSymbolFactory. createLegendSymbol(GraphPoint centerPosition, double size)Creates a symbol for the legend at the specified position.protected abstract GraphicalElementAbstractSymbolFactory. createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes)Creates the graphical element of the plain symbol.protected GraphicalElementBarFactory. createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes)Returns null because this method isn't needed but has to be implemented.protected GraphicalElementCircleSymbolFactory. createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes)Creates a circle.protected GraphicalElementSquareSymbolFactory. createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes)Creates aRectangle.protected SymbolAbstractSymbolFactory. createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)Creates a symbol.SymbolAbstractSymbolFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates a symbol.protected SymbolBarFactory. createSymbol(GraphPoint point, GraphicAttributes attributes, Hint hintForNextPoint, Hint hintFromPreviousCurve)Creates a bar at the specified point.SymbolErrorBarFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates either the curve symbol or the error bars.SymbolSymbolFactory. createSymbol(GraphPoint point, Hint hintFromPreviousPoint, Hint hintFromPreviousCurve)Creates a symbol for the specified point taking into account the specified hints.DataPointPlot. transform(GraphPoint point)Transforms a point from device-independent coordinates into data coordinates.Constructors in jcckit.plot with parameters of type GraphPoint Constructor Description CartesianCoordinateSystem(GraphPoint origin, AxisParameters xAxisParameters, AxisParameters yAxisParameters)Creates an instance for the specified origin and parameters of both axes.PositionHint(GraphPoint origin, GraphPoint position)Creates an instance based on two points. -
Uses of GraphPoint in jcckit.renderer
Methods in jcckit.renderer that return GraphPoint Modifier and Type Method Description GraphPointTransformation. transformBack(int x, int y)Transforms a point in Java coordinates back into device-independent coordinates. -
Uses of GraphPoint in jcckit.transformation
Methods in jcckit.transformation that return GraphPoint Modifier and Type Method Description GraphPointCartesianTransformation. transformToGraph(DataPoint point)GraphPointTransformation. transformToGraph(DataPoint point)Transforms aDataPointinto aGraphPoint.Methods in jcckit.transformation with parameters of type GraphPoint Modifier and Type Method Description DataPointCartesianTransformation. transformToData(GraphPoint point)DataPointTransformation. transformToData(GraphPoint point)Transforms aGraphPointinto aDataPoint.Constructors in jcckit.transformation with parameters of type GraphPoint Constructor Description CartesianTransformation(boolean xLogScale, boolean yLogScale, DataPoint dataPoint1, GraphPoint graphPoint1, DataPoint dataPoint2, GraphPoint graphPoint2)Creates an instance from the specified reference points.
-