|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Converter | |
gistoolkit.datasources | |
gistoolkit.display | |
gistoolkit.display.labeler | |
gistoolkit.display.renderer | |
gistoolkit.display.scalebar | |
gistoolkit.server |
Uses of Converter in gistoolkit.datasources |
Methods in gistoolkit.datasources with parameters of type Converter | |
Point |
GISDataset.getSnappedPoint(double worldX,
double worldY,
Converter tempConverter)
Return the snapped Point to this dataset |
Uses of Converter in gistoolkit.display |
Methods in gistoolkit.display that return Converter | |
Converter |
GISDisplay.getConverter()
set the converter, called from the drawLayers routine. |
Methods in gistoolkit.display with parameters of type Converter | |
boolean |
Labeler.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draw the label for the record on the graphics context |
boolean |
Labeler.drawLabelHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Highlight the Label when the shape is highlighted. |
void |
Layer.drawHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Draw the layer on the map with the given bounds |
void |
Layer.drawLayer(java.awt.Graphics g,
Converter inConverter)
Draw the layer on the map with the given bounds |
void |
Layer.labelLayer(java.awt.Graphics g,
Converter inConverter)
Draw the label on the map with the given bounds |
boolean |
Renderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draw the shape. |
boolean |
Renderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Highlight the shape. |
void |
ScaleBar.drawScale(java.awt.Graphics inGraphics,
Converter inConverter,
int inWidth,
int inHeight)
Method to draw a scale bar on the graphics context. |
void |
Style.drawHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Function called when a shape is to be drawn. |
void |
Style.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Function called when a shape is to be drawn. |
void |
Style.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Function called when a shape is to be drawn. |
void |
Style.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
boolean inTop)
Function called when a shape is to be drawn, boolean if the top shader should be used. |
Uses of Converter in gistoolkit.display.labeler |
Methods in gistoolkit.display.labeler with parameters of type Converter | |
protected boolean |
FeatureLabeler.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Draw the label for the record on the graphics context |
protected boolean |
LineLabeler.drawLabel(java.lang.String inString,
Shape inShape,
java.awt.Graphics inGraphics,
Converter inConverter,
OverlapManager inOverlapManager)
|
protected boolean |
LineLabeler.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Draw the label for the record on the graphics context |
protected boolean |
MultipleLabeler.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Draw the label for the record on the graphics context |
protected boolean |
PolygonLabeler.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Draw the label for the record on the graphics context |
boolean |
PolygonLabeler.drawLabel(java.lang.String inString,
Shape inShape,
java.awt.Graphics inGraphics,
Converter inConverter,
OverlapManager inOverlapManager)
Draw the label for the record on the graphics context |
boolean |
SimpleLabeler.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draw the label for the record on the graphics context |
protected abstract boolean |
SimpleLabeler.drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Draw the record after checking for not null. |
boolean |
SimpleLabeler.drawLabelHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Highlight the Label when the shape is highlighted. |
Uses of Converter in gistoolkit.display.renderer |
Methods in gistoolkit.display.renderer with parameters of type Converter | |
boolean |
FeatureRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the line by drawing lines between the points. |
boolean |
FeatureRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Line in the highlight color. |
boolean |
FeatureRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
LineRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the line by drawing lines between the points. |
boolean |
LineRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Line in the highlight color. |
boolean |
LineRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
protected boolean |
LineRenderer.drawLine(java.awt.Graphics inGraphics,
LineString inLineString,
Converter inConverter)
Draws the actual line, the draw shape routine calls this routine. |
protected boolean |
LineRenderer.drawLinePoints(java.awt.Graphics inGraphics,
LineString inLineString,
Converter inConverter)
Draws the Shapes |
boolean |
MultiLineRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
MultiLineRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
MultiLineRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
MultiPointRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
MultiPointRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
MultiPointRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
MultiPolygonRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws shapes in a single color, |
boolean |
MultiPolygonRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws shapes in a single color, |
boolean |
MultiPolygonRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws shapes in a single color, |
boolean |
PointImageRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the line by drawing lines between the points. |
boolean |
PointImageRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Line in the highlight color. |
protected boolean |
PointImageRenderer.drawImage(java.awt.Graphics inGraphics,
Point inPoint,
Converter inConverter)
Draw the image. |
protected boolean |
PointImageRenderer.drawImageHighlight(java.awt.Graphics inGraphics,
Point inPoint,
Converter inConverter)
Draw the image. |
boolean |
PointRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the line by drawing lines between the points. |
boolean |
PointRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Line in the highlight color. |
boolean |
PointRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
protected boolean |
PointRenderer.drawPoint(java.awt.Graphics inGraphics,
Point inPoint,
Converter inConverter)
Draw the point. |
protected boolean |
PointRenderer.drawPointPoints(java.awt.Graphics inGraphics,
Point inPoint,
Converter inConverter)
Draw the point. |
boolean |
PolygonRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
PolygonRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
PolygonRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draws the Shapes |
boolean |
RasterRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draw the shape. |
boolean |
RasterRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Highlight the shape. |
boolean |
RasterRenderer.drawShapePoints(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
|
boolean |
SimpleRenderer.drawShape(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Draw the shape. |
boolean |
SimpleRenderer.drawShapeHighlight(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter,
Shader inShader)
Highlight the shape. |
Uses of Converter in gistoolkit.display.scalebar |
Methods in gistoolkit.display.scalebar with parameters of type Converter | |
void |
MeterToEnglishScaleBar.drawScale(java.awt.Graphics inGraphics,
Converter inConverter,
int inWidth,
int inHeight)
Method to draw a scale bar on the graphics context. |
void |
MeterToMetricScaleBar.drawScale(java.awt.Graphics inGraphics,
Converter inConverter,
int inWidth,
int inHeight)
Method to draw a scale bar on the graphics context. |
abstract void |
SimpleScaleBar.drawScale(java.awt.Graphics inGraphics,
Converter inConverter,
int inWidth,
int inHeight)
Method to draw a scale bar on the graphics context. |
Uses of Converter in gistoolkit.server |
Methods in gistoolkit.server with parameters of type Converter | |
java.awt.image.BufferedImage |
ImageGenerator.drawImage(Converter inConverter)
Draw the map to an immage and return the image. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |