public abstract class LineStringStyle extends Object implements Style
Modifier and Type | Field and Description |
---|---|
static int |
LINE |
static int |
POLY_HOLE |
static int |
POLY_SHELL |
Constructor and Description |
---|
LineStringStyle() |
Modifier and Type | Method and Description |
---|---|
void |
paint(Geometry geom,
Viewport viewport,
Graphics2D g) |
void |
paint(LineString line,
int lineType,
Viewport viewport,
Graphics2D g) |
protected abstract void |
paintLineString(LineString lineString,
int lineType,
Viewport viewport,
Graphics2D graphics) |
public static final int LINE
public static final int POLY_SHELL
public static final int POLY_HOLE
public void paint(Geometry geom, Viewport viewport, Graphics2D g) throws Exception
public void paint(LineString line, int lineType, Viewport viewport, Graphics2D g) throws Exception
Exception
protected abstract void paintLineString(LineString lineString, int lineType, Viewport viewport, Graphics2D graphics) throws Exception
Exception
Copyright © 2023. All rights reserved.