|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlotTool | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of PlotTool in edu.neu.ccs.gui |
| Methods in edu.neu.ccs.gui that return PlotTool | |
PlotTool |
PlotTool.setPlotTool(PlotTool other)
Sets the world coordinate space, the image coordinate space, the shape preservation policy and the image inset for this plot tool to the respective values for the given plot tool. |
PlotTool |
PlotTool.setPlotTool(Rectangle2D w,
Rectangle2D i,
boolean eq,
int in)
Sets the world coordinate space, the image coordinate space, the shape preservation policy and the image inset for this plot tool to the given values. |
PlotTool |
PlotTool.setWorldBounds(Rectangle2D w)
Sets the world coordinate bounds to the given bounds. |
PlotTool |
PlotTool.setWorldBounds(Point2D[] data)
Set the world coordinate bounds to the smallest rectangle that contains the Point2D array data. |
PlotTool |
PlotTool.setWorldBounds(Point2D[][] data)
Set the world coordinate bounds to the smallest rectangle that contains the Point2D array of array data. |
PlotTool |
PlotTool.setImageBounds(Rectangle2D i)
Sets the image coordinate bounds to the given bounds. |
PlotTool |
PlotTool.setPreservesShape(boolean eq)
Sets the geometric shape preservation policy to the given value. |
PlotTool |
PlotTool.setInset(int in)
Sets the image inset to the given value in image pixel units. |
PlotTool |
PlotTool.plotVGridLines(Graphics2D g,
Paint color,
double delta)
Plots a sequence of vertical grid lines of thickness 1 using the given color or Paint
and the given x grid spacing value. |
PlotTool |
PlotTool.plotHGridLines(Graphics2D g,
Paint color,
double delta)
Plots a sequence of horizontal grid lines of thickness 1 using the given color or Paint
and the given y grid spacing value. |
PlotTool |
PlotTool.plotGridLines(Graphics2D g,
Paint color,
Point2D delta)
Plots vertical and horizontal grid lines of thickness 1 using the given color or Paint
and the given grid spacing values
encapsulated as a Point2D object. |
PlotTool |
PlotTool.plotVTickMarks(Graphics2D g,
Paint color,
double delta,
int ticksize)
Plots a sequence of vertical tick marks of thickness 1 using the given color or Paint,
x grid spacing value, and tick mark length. |
PlotTool |
PlotTool.plotHTickMarks(Graphics2D g,
Paint color,
double delta,
int ticksize)
Plots a sequence of horizontal tick marks of thickness 1 using the given color or Paint,
y grid spacing value, and tick mark length. |
PlotTool |
PlotTool.plotTickMarks(Graphics2D g,
Paint color,
Point2D delta,
int ticksize)
Plots vertical and horizontal tick marks of thickness 1 using the given color or Paint,
grid spacing values encapsulated
as a Point2D object, and tick mark length. |
PlotTool |
PlotTool.autoGridLines(Graphics2D g)
Plots grid lines appropriate for the world to image transform in the given graphics context, using the default thickness and the default color for grid lines. |
PlotTool |
PlotTool.autoTickMarks(Graphics2D g)
Plots tick marks appropriate for the world to image transform in the given graphics context, using the default thickness and the default color for tick marks. |
PlotTool |
PlotTool.plotAxes(Graphics2D g,
Paint color,
int thick)
Plots axes in the given graphics context using the given color or Paint
and the given line thickness. |
PlotTool |
PlotTool.autoAxes(Graphics2D g)
Plots black axes of thickness 3 in given graphics context. |
protected PlotTool |
PlotTool.setTransforms()
Creates an affine transform suitable for transforming points in the world coordinate space to points in the image coordinate space, either by best fit or by preserving the shape of the geometry. |
| Methods in edu.neu.ccs.gui with parameters of type PlotTool | |
PlotTool |
PlotTool.setPlotTool(PlotTool other)
Sets the world coordinate space, the image coordinate space, the shape preservation policy and the image inset for this plot tool to the respective values for the given plot tool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||