|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transform1D | |
| 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 Transform1D in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as Transform1D | |
protected Transform1D |
PlotTool.xMapping
The x-component of the world to image transform. |
protected Transform1D |
PlotTool.yMapping
The y-component of the world to image transform. |
protected Transform1D |
PlotTool.inverseXMapping
The inverse of the x-component of the world to image transform. |
protected Transform1D |
PlotTool.inverseYMapping
The inverse of the y-component of the world to image transform. |
| Methods in edu.neu.ccs.gui that return Transform1D | |
Transform1D |
Transform1D.createInverse()
Returns a transform representing the inverse of this transform. |
Transform1D |
PlotTool.getXTransform()
Returns a clone of the x component of the world to image transform. |
Transform1D |
PlotTool.getYTransform()
Return a clone of the y component of the world to image transform. |
Transform1D |
PlotTool.getInverseXTransform()
Returns a clone of the inverse of the x component of the world to image transform. |
Transform1D |
PlotTool.getInverseYTransform()
Returns a clone of the inverse of the y component of the world to image transform. |
| Methods in edu.neu.ccs.gui with parameters of type Transform1D | |
void |
Transform1D.setTransform(Transform1D other)
Sets the scale factor and offset for this transform to the scale factor and offset of the given transform. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||