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
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected Fillprotected Integerprotected Integerprotected Integerprotected Integerprotected StrokeFields inherited from class io.jmix.mapsflowui.kit.component.model.style.image.ImageStyle
declutterMode, displacement, opacity, rotateWithView, rotation, scale, scaleSizeFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, removedChildren, syncId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DoublegetAngle()protected FillgetFill()protected Integerprotected Integerprotected Integerprotected Integerprotected Strokeprotected voidprotected voidprotected voidsetFirstRadius(Integer firstRadius) protected voidprotected voidprotected voidsetSecondRadius(Integer secondRadius) protected voidMethods 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, setScaleSizeMethods 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, 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
-