Class ShapeProperties
java.lang.Object
org.teamapps.ux.component.map.shape.ShapeProperties
-
Constructor Summary
ConstructorsConstructorDescriptionShapeProperties(Color strokeColor) ShapeProperties(Color strokeColor, float strokeWeight) ShapeProperties(Color strokeColor, float strokeWeight, List<Float> strokeDashArray) ShapeProperties(Color strokeColor, float strokeWeight, Color fillColor) -
Method Summary
Modifier and TypeMethodDescriptionfloatvoidsetFillColor(Color fillColor) voidsetStrokeColor(Color strokeColor) voidsetStrokeDashArray(List<Float> strokeDashArray) voidsetStrokeWeight(float strokeWeight)
-
Constructor Details
-
ShapeProperties
-
ShapeProperties
-
ShapeProperties
-
ShapeProperties
-
-
Method Details
-
getStrokeColor
-
setStrokeColor
-
getStrokeWeight
public float getStrokeWeight() -
setStrokeWeight
public void setStrokeWeight(float strokeWeight) -
getFillColor
-
setFillColor
-
getStrokeDashArray
-
setStrokeDashArray
-
createUiShapeProperties
-