CompositeSymbol class final
Defines a set of symbols that make up a single symbol.
A composite symbol contains a collection of symbols that can be used to compose a more complex symbol.
- Inheritance
-
- Object
- ArcGISSymbol
- CompositeSymbol
Constructors
-
CompositeSymbol({List<
ArcGISSymbol> symbols = const []}) -
Creates a composite symbol using a collection of symbols.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
symbols
→ List<
ArcGISSymbol> -
The collection of symbols contained in the composite symbol.
no setter
Methods
-
clone(
) → ArcGISSymbol -
Clones the ArcGISSymbol.
inherited
-
createSwatch(
{required double screenScale, Size? size, Color backgroundColor = Colors.transparent}) → Future< ArcGISImage> -
Creates a swatch image using the provided width, height, screen scale, and
optional background color.
inherited
-
createSwatchCancelable(
{required double screenScale, Size? size, Color backgroundColor = Colors.transparent}) → CancelableOperation< ArcGISImage> -
Cancelable version of createSwatch. See that method for more
information.
inherited
-
createSwatchWithGeometry(
{required double screenScale, required Size size, required Geometry geometry, Color backgroundColor = Colors.transparent}) → Future< ArcGISImage> -
Creates a swatch image using the provided geometry, width, height, screen
scale, and optional background color.
inherited
-
createSwatchWithGeometryCancelable(
{required double screenScale, required Size size, required Geometry geometry, Color backgroundColor = Colors.transparent}) → CancelableOperation< ArcGISImage> -
Cancelable version of createSwatchWithGeometry. See that method for more
information.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Returns a JSON representation of this Object in the data type used by jsonDecode.
inherited
-
toJsonString(
) → String -
Returns a JSON representation of this Object as a String.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited