EllipseFactory

object EllipseFactory : ShapeFactory<EllipseParameters>

Functions

buildEllipse
Link copied to clipboard
common
fun buildEllipse(ellipseParams: EllipseParameters): Shape
fun buildEllipse(fromPosition: Position, toPosition: Position): Shape
createShape
Link copied to clipboard
common
open override fun createShape(shapeParameters: EllipseParameters): 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