Class AbstractRegularShape
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.style.image.ImageStyle
io.jmix.mapsflowui.kit.component.model.style.image.AbstractRegularShape
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CircleStyle
,RegularShape
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Double
protected Fill
protected Integer
protected Integer
protected Integer
protected Integer
protected Stroke
Fields inherited from class io.jmix.mapsflowui.kit.component.model.style.image.ImageStyle
declutterMode, displacement, opacity, rotateWithView, rotation, scale, scaleSize
Fields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Double
getAngle()
protected Fill
getFill()
protected Integer
protected Integer
protected Integer
protected Integer
protected Stroke
protected void
protected void
protected void
setFirstRadius
(Integer firstRadius) protected void
protected void
protected void
setSecondRadius
(Integer secondRadius) protected void
Methods inherited from class io.jmix.mapsflowui.kit.component.model.style.image.ImageStyle
getDeclutterMode, getDisplacement, getOpacity, getRotateWithView, getRotation, getScale, getScaleSize, setDeclutterMode, setDisplacement, setOpacity, setRotateWithView, setRotation, setScale, setScaleSize
Methods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, getType, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
-
Field Details
-
fill
-
points
-
radius
-
firstRadius
-
secondRadius
-
angle
-
stroke
-
-
Constructor Details
-
AbstractRegularShape
public AbstractRegularShape()
-
-
Method Details
-
getFill
-
setFill
-
getPoints
-
setPoints
-
getRadius
-
setRadius
-
getFirstRadius
-
setFirstRadius
-
getSecondRadius
-
setSecondRadius
-
getAngle
-
setAngle
-
getStroke
-
setStroke
-