zircon.core
/
org.hexworks.zircon.api.shape
/
EllipseFactory
common
Ellipse
Factory
object
EllipseFactory
:
ShapeFactory
<
EllipseParameters
>
Content copied to clipboard
Functions
Sources
Functions
buildEllipse
Link copied to clipboard
common
fun
buildEllipse
(ellipseParams:
EllipseParameters
):
Shape
Content copied to clipboard
fun
buildEllipse
(fromPosition:
Position
, toPosition:
Position
):
Shape
Content copied to clipboard
createShape
Link copied to clipboard
common
open override fun
createShape
(shapeParameters:
EllipseParameters
):
Shape
Content copied to clipboard
Creates the
Shape
this
ShapeFactory
is responsible for building.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard