public class GeometryStyle extends MarkerStyle
| Modifier and Type | Field and Description |
|---|---|
static List<Color> |
COLORS |
ELLIPSE, ONE_PIXEL, TEN_PIXELS, ZERO_PIXEL| Constructor and Description |
|---|
GeometryStyle() |
GeometryStyle(Map<String,Object> style) |
addProperty, getMarker, getMarkerCompOp, getMarkerDx, getMarkerDy, getMarkerFile, getMarkerFill, getMarkerFillOpacity, getMarkerHeight, getMarkerHorizontalAlignment, getMarkerIgnorePlacement, getMarkerLineColor, getMarkerLineOpacity, getMarkerLineWidth, getMarkerOpacity, getMarkerOrientation, getMarkerOrientationType, getMarkerPlacementType, getMarkerSmooth, getMarkerTransform, getMarkerType, getMarkerVerticalAlignment, getMarkerWidth, getWithDefault, isMarkerAllowOverlap, isMarkerClip, marker, marker, marker, setMarker, setMarker, setMarker, setMarkerAllowOverlap, setMarkerClip, setMarkerCompOp, setMarkerDx, setMarkerDx, setMarkerDy, setMarkerDy, setMarkerFile, setMarkerFill, setMarkerFillOpacity, setMarkerFillOpacity, setMarkerFillStyle, setMarkerHeight, setMarkerHorizontalAlignment, setMarkerIgnorePlacement, setMarkerLineColor, setMarkerLineOpacity, setMarkerLineOpacity, setMarkerLineStyle, setMarkerLineWidth, setMarkerOpacity, setMarkerOpacity, setMarkerOrientation, setMarkerOrientationType, setMarkerPlacement, setMarkerPlacementType, setMarkerSmooth, setMarkerTransform, setMarkerType, setMarkerVerticalAlignment, setMarkerWidth, setStyle, toMap, toStringpublic static GeometryStyle createStyle()
public static GeometryStyle line(Color color)
public static GeometryStyle line(Color color, double lineWidth)
public static GeometryStyle polygon(Color lineColor, Color fillColor)
public static GeometryStyle polygon(Color lineColor, int lineWidth, Color fillColor)
public GeometryStyle clone()
clone in class MarkerStylepublic LineCap getLineCap()
public LineCap getLineCapEnum()
public Color getLineColor()
public CompositionOperation getLineCompOp()
public double getLineDashOffset()
public double getLineGamma()
public GammaMethod getLineGammaMethod()
public LineJoin getLineJoin()
public LineJoin getLineJoinEnum()
public float getLineMiterlimit()
public int getLineOpacity()
public double getLineSmooth()
public javax.measure.Measure<javax.measure.quantity.Length> getLineWidth()
public CompositionOperation getPolygonCompOp()
public Color getPolygonFill()
public int getPolygonFillOpacity()
public double getPolygonGamma()
public GammaMethod getPolygonGammaMethod()
public double getPolygonSmooth()
public boolean isLineClip()
public boolean isPolygonClip()
public void setFillStyle(Viewport2D viewport, Graphics2D graphics)
public void setLineCap(String lineCap)
public void setLineCapEnum(LineCap lineCap)
public void setLineClip(boolean lineClip)
public void setLineColor(Color lineColor)
public void setLineCompOp(String lineCompOp)
public void setLineDashArray(List<?> lineDashArray)
public void setLineDashOffset(double lineDashOffset)
public void setLineGamma(double gamma)
public void setLineGammaMethod(GammaMethod gammaMethod)
public void setLineGammaMethod(String lineGammaMethod)
public void setLineJoin(String lineJoin)
public void setLineJoinEnum(LineJoin lineJoin)
public void setLineMiterlimit(float lineMiterlimit)
public void setLineOpacity(double lineOpacity)
public void setLineOpacity(int lineOpacity)
public void setLineSmooth(double smooth)
public void setLineStyle(Viewport2D viewport, Graphics2D graphics)
public void setLineWidth(javax.measure.Measure<javax.measure.quantity.Length> lineWidth)
public void setPolygonClip(boolean polygonClip)
public void setPolygonCompOp(String polygonCompOp)
public void setPolygonFill(Color fill)
public void setPolygonFillOpacity(double polygonFillOpacity)
public void setPolygonFillOpacity(int polygonFillOpacity)
public void setPolygonGamma(double polygonGamma)
public void setPolygonGammaMethod(GammaMethod polygonGammaMethod)
public void setPolygonSmooth(double polygonSmooth)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.