Klasse ShapeProperties
java.lang.Object
org.teamapps.ux.component.map.shape.ShapeProperties
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungShapeProperties(org.teamapps.common.format.Color strokeColor) ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight) ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight, List<Float> strokeDashArray) ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight, org.teamapps.common.format.Color fillColor) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.teamapps.dto.UiShapePropertiesorg.teamapps.common.format.Colororg.teamapps.common.format.ColorfloatvoidsetFillColor(org.teamapps.common.format.Color fillColor) voidsetStrokeColor(org.teamapps.common.format.Color strokeColor) voidsetStrokeDashArray(List<Float> strokeDashArray) voidsetStrokeWeight(float strokeWeight)
-
Konstruktordetails
-
ShapeProperties
public ShapeProperties(org.teamapps.common.format.Color strokeColor) -
ShapeProperties
public ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight) -
ShapeProperties
-
ShapeProperties
public ShapeProperties(org.teamapps.common.format.Color strokeColor, float strokeWeight, org.teamapps.common.format.Color fillColor)
-
-
Methodendetails
-
getStrokeColor
public org.teamapps.common.format.Color getStrokeColor() -
setStrokeColor
public void setStrokeColor(org.teamapps.common.format.Color strokeColor) -
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) -
getStrokeDashArray
-
setStrokeDashArray
-
createUiShapeProperties
public org.teamapps.dto.UiShapeProperties createUiShapeProperties()
-