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 SummaryNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Doubleprotected Fillprotected Integerprotected Integerprotected Integerprotected Integerprotected StrokeFields inherited from class io.jmix.mapsflowui.kit.component.model.style.image.ImageStyledeclutterMode, displacement, opacity, rotateWithView, rotation, scale, scaleSizeFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ImageStylegetDeclutterMode, getDisplacement, getOpacity, getRotateWithView, getRotation, getScale, getScaleSize, setDeclutterMode, setDisplacement, setOpacity, setRotateWithView, setRotation, setScale, setScaleSizeMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectaddChild, 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- 
AbstractRegularShapepublic AbstractRegularShape()
 
- 
- 
Method Details- 
getFill
- 
setFill
- 
getPoints
- 
setPoints
- 
getRadius
- 
setRadius
- 
getFirstRadius
- 
setFirstRadius
- 
getSecondRadius
- 
setSecondRadius
- 
getAngle
- 
setAngle
- 
getStroke
- 
setStroke
 
-