Class Fill
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.style.Fill
- All Implemented Interfaces:
- Serializable
Fill style for vector features.
 
For more details see: Fill docs
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectaddChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, unmarkDirtyInDepth
- 
Field Details- 
color
 
- 
- 
Constructor Details- 
Fillpublic Fill()
- 
FillInits instance with provided color. SeesetColor(String)for available values.- Parameters:
- color- color to set
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- MapObservableObject
 
- 
getColor
- 
setColorSets the color to fill. Color is available in the following formats:- HEX "#5E4BD8"
- RGB "rgb(205, 92, 92)"
- RGBA "rgba(205, 92, 92, 0.4)".
 For more details see: setColor() docs - Parameters:
- color- color to set
 
- 
withColorSeesetColor(String).- Parameters:
- color- color to set
- Returns:
- current instance
 
- 
setParent- Overrides:
- setParentin class- MapObservableObject
 
 
-