public class PointParameters extends AreaParameters
MarkGraphic
configured with a well-known name.| Constructor and Description |
|---|
PointParameters()
Builds a new
PointParameters with the default values that are defined for a SolidFill, a PenStroke and a MarkGraphic configured with a well-known name. |
PointParameters(Color lineCol,
Double lineOp,
Double lineWidth,
String lineDash,
Color fillCol,
Double fillOp,
Double symWidth,
Double symHeight,
String symWkn)
Build a new
PointParameters with the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getHeight()
Gets the height of the configuration
|
Double |
getWidth()
Gets the width of the configuration
|
String |
getWkn()
Gets the well-known name that defines the form of the symbol defined by this configuration.
|
int |
hashCode() |
getFillColor, getFillOpacitygetLineColor, getLineDash, getLineOpacity, getLineWidthpublic PointParameters()
PointParameters with the default values that are defined for a SolidFill, a PenStroke and a MarkGraphic configured with a well-known name.public PointParameters(Color lineCol, Double lineOp, Double lineWidth, String lineDash, Color fillCol, Double fillOp, Double symWidth, Double symHeight, String symWkn)
PointParameters with the given arguments.lineCol - The line color, set to Color.BLACK if nulllineOp - The opacity, set to 1.0 if null. If it's out of [0,1], will be set to the closest extremum of this
interval.lineWidth - The width, set to 0.25 if null.lineDash - The dash pattern, set to the empty string if null or not valid.fillCol - the colour used to fill the areafillOp - the opacity of the fillsymWidth - the width of the symbolsymHeight - the height of the symbolsymWkn - The well-known name that defines the shape of the mark.public Double getWidth()
public Double getHeight()
public String getWkn()
public boolean equals(Object o)
equals in interface SymbolParametersequals in class AreaParameterspublic int hashCode()
hashCode in interface SymbolParametershashCode in class AreaParametersCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.