toggle menu
simple-demo-platform
1.0.0
common
switch theme
search in API
simple-demo-platform
/
ru.casperix.demo_platform.shape_editor
/
ArcEditor
Arc
Editor
class
ArcEditor
(
val
pointManager
:
PointController
,
initial
:
Arc2f
)
:
AbstractPointEditor
,
ShapeEditor
Members
Constructors
Arc
Editor
Link copied to clipboard
constructor
(
pointManager
:
PointController
,
initial
:
Arc2f
)
Properties
finish
Link copied to clipboard
val
finish
:
Point
point
Manager
Link copied to clipboard
val
pointManager
:
PointController
self
Points
Link copied to clipboard
val
selfPoints
:
MutableList
<
Point
>
shape
Link copied to clipboard
open
override
val
shape
:
Curve2f
start
Link copied to clipboard
val
start
:
Point
tangent
Link copied to clipboard
val
tangent
:
Point
Functions
dispose
Link copied to clipboard
open
override
fun
dispose
(
)
get
Points
Link copied to clipboard
fun
getPoints
(
)
:
List
<
Point
>
register
Link copied to clipboard
open
fun
register
(
pointManager
:
PointController
)