Package org.teamapps.ux.component.map
Class ShapeProperties
- java.lang.Object
-
- org.teamapps.ux.component.map.ShapeProperties
-
public class ShapeProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShapeProperties(org.teamapps.common.format.Color strokeColor)ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight)ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeOpacity, float strokeWeight, org.teamapps.common.format.Color fillColor, float fillOpacity)ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight, java.lang.String strokeDashArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiShapePropertiescreateUiShapeProperties()org.teamapps.common.format.ColorgetFillColor()floatgetFillOpacity()org.teamapps.common.format.ColorgetStrokeColor()java.lang.StringgetStrokeDashArray()floatgetStrokeOpacity()floatgetStrokeWeight()voidsetFillColor(org.teamapps.common.format.Color fillColor)voidsetFillOpacity(float fillOpacity)voidsetStrokeColor(org.teamapps.common.format.Color strokeColor)voidsetStrokeDashArray(java.lang.String strokeDashArray)voidsetStrokeOpacity(float strokeOpacity)voidsetStrokeWeight(float strokeWeight)
-
-
-
Constructor Detail
-
ShapeProperties
public ShapeProperties(org.teamapps.common.format.Color strokeColor)
-
ShapeProperties
public ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight)
-
ShapeProperties
public ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight, java.lang.String strokeDashArray)
-
ShapeProperties
public ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeOpacity, float strokeWeight, org.teamapps.common.format.Color fillColor, float fillOpacity)
-
-
Method Detail
-
getStrokeColor
public org.teamapps.common.format.Color getStrokeColor()
-
setStrokeColor
public void setStrokeColor(org.teamapps.common.format.Color strokeColor)
-
getStrokeOpacity
public float getStrokeOpacity()
-
setStrokeOpacity
public void setStrokeOpacity(float strokeOpacity)
-
getStrokeWeight
public float getStrokeWeight()
-
setStrokeWeight
public void setStrokeWeight(float strokeWeight)
-
getFillColor
public org.teamapps.common.format.Color getFillColor()
-
setFillColor
public void setFillColor(org.teamapps.common.format.Color fillColor)
-
getFillOpacity
public float getFillOpacity()
-
setFillOpacity
public void setFillOpacity(float fillOpacity)
-
getStrokeDashArray
public java.lang.String getStrokeDashArray()
-
setStrokeDashArray
public void setStrokeDashArray(java.lang.String strokeDashArray)
-
createUiShapeProperties
public org.teamapps.dto.UiShapeProperties createUiShapeProperties()
-
-