ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
ExpoFpLine
Expo
Fp
Line
@
Serializable
data
class
ExpoFpLine
(
val
startPoint
:
ExpoFpPoint
,
val
endPoint
:
ExpoFpPoint
,
val
weight
:
Int
?
=
null
)
Line on floor plan
Members
Constructors
Expo
Fp
Line
Link copied to clipboard
constructor
(
startPoint
:
ExpoFpPoint
,
endPoint
:
ExpoFpPoint
,
weight
:
Int
?
=
null
)
Properties
end
Point
Link copied to clipboard
@
SerialName
(
value
=
"p1"
)
val
endPoint
:
ExpoFpPoint
End point
start
Point
Link copied to clipboard
@
SerialName
(
value
=
"p0"
)
val
startPoint
:
ExpoFpPoint
Start point
weight
Link copied to clipboard
@
SerialName
(
value
=
"weight"
)
val
weight
:
Int
?
=
null
Weight