FilledRectangleFactory

object FilledRectangleFactory : ShapeFactory<RectangleParameters>

Functions

buildFilledRectangle
Link copied to clipboard
common
fun buildFilledRectangle(rectParams: RectangleParameters): DefaultShape
Creates the points for a filled rectangle.
fun buildFilledRectangle(topLeft: Position, size: Size): DefaultShape
Creates the points for a filled rectangle.
createShape
Link copied to clipboard
common
open override fun createShape(shapeParameters: RectangleParameters): DefaultShape
Creates the Shape this ShapeFactory is responsible for building.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard