Package hec.map.renderer
Class GlyphTaskFactory
java.lang.Object
hec.map.renderer.RenderTaskFactory
hec.map.renderer.GlyphTaskFactory
-
Field Summary
FieldsFields inherited from class hec.map.renderer.RenderTaskFactory
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildFuture
(MapScale mapScale) void
boolean
int
hashCode()
static boolean
isInstanceOfOsmMapGlyph
(MapGlyph glyph) static boolean
renderToImage
(int width, int height, MapScale ms) toString()
Methods inherited from class hec.map.renderer.RenderTaskFactory
getName
-
Field Details
-
glyph
-
-
Constructor Details
-
GlyphTaskFactory
-
-
Method Details
-
toString
-
buildFuture
- Specified by:
buildFuture
in classRenderTaskFactory
-
isInstanceOfOsmMapGlyph
-
isInstanceOfOsmMapGlyph
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRenderTaskFactory
-
equals
- Overrides:
equals
in classRenderTaskFactory
-
draw
- Specified by:
draw
in classRenderTaskFactory
-
renderToImage
-