FillSymbolLayer class final
A base class for fill symbol layers.
Fill symbol layers are components of symbols that cover areal geometries. They are most often used in polygon symbols.
The following types of fill symbol layers are supported:
- SolidFillSymbolLayer fills polygonal geometry with a single solid color (that may have a level of transparency applied)
- PictureFillSymbolLayer uses an image file (specified using a URI or image) to define the fill
- HatchFillSymbolLayer defines a pattern of uniform parallel lines
- Inheritance
-
- Object
- SymbolLayer
- FillSymbolLayer
- Implementers
Properties
- colorLocked ↔ bool
-
The symbol layer color locked property.
getter/setter pairinherited
- enabled ↔ bool
-
The symbol layer enabled property.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → SymbolLayer -
Clones the SymbolLayer.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited