LineFactory

object LineFactory : ShapeFactory<LineParameters>

Functions

buildLine
Link copied to clipboard
common
fun buildLine(lineParams: LineParameters): Shape
fun buildLine(fromPoint: Position, toPoint: Position): Shape
createShape
Link copied to clipboard
common
open override fun createShape(shapeParameters: LineParameters): Shape
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