RandomImage class
- Implemented types
Constructors
- RandomImage(ImageType type)
Properties
Methods
-
getImagePath(
) → String -
Must return black&white image based on the ImageType.
override
-
getImagePathColored(
) → String -
Must return colored image based on the ImageType.
override
-
nextRandom(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetUsedRandomNumbers(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited