Uses of Class
viewer.base.Transformation
Package | Description |
---|---|
viewer.base | |
viewer.symbols |
-
Uses of Transformation in viewer.base
Methods in viewer.base that return Transformation Modifier and Type Method Description Transformation
Map. getTransformation()
Returns the transformation that transforms map coordinates to image coordinates.Methods in viewer.base with parameters of type Transformation Modifier and Type Method Description void
Map. setTransformation(Transformation t)
Redefines the transformation that transforms map coordinates to image coordinates. -
Uses of Transformation in viewer.symbols
Methods in viewer.symbols with parameters of type Transformation Modifier and Type Method Description void
LineSymbol. draw(java.awt.Graphics2D g, Transformation t)
void
PointSymbol. draw(java.awt.Graphics2D g, Transformation t)
void
PolygonSymbol. draw(java.awt.Graphics2D g, Transformation t)
abstract void
Symbol. draw(java.awt.Graphics2D g, Transformation t)
This method is called to draw this Symbol into a specified Graphics object.