zircon.core
/
org.hexworks.zircon.api.shape
/
LineFactory
common
Line
Factory
object
LineFactory
:
ShapeFactory
<
LineParameters
>
Content copied to clipboard
Functions
Sources
Functions
buildLine
Link copied to clipboard
common
fun
buildLine
(lineParams:
LineParameters
):
Shape
Content copied to clipboard
fun
buildLine
(fromPoint:
Position
, toPoint:
Position
):
Shape
Content copied to clipboard
createShape
Link copied to clipboard
common
open override fun
createShape
(shapeParameters:
LineParameters
):
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