Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.model.template.style
gropius.model.template.style
Types
Types
Base
Style
Link copied to clipboard
@
DomainNode
@
Authorization
(
name
=
"READ"
,
allowAll
=
true
)
abstract
class
BaseStyle
:
BaseNode
Fill
Style
Link copied to clipboard
@
DomainNode
class
FillStyle
(
val
color
:
String
)
:
BaseStyle
Fill style of a shape
Marker
Type
Link copied to clipboard
enum
MarkerType
:
Enum
<
MarkerType
>
Type of a Relation marker
Shape
Type
Link copied to clipboard
enum
ShapeType
:
Enum
<
ShapeType
>
Type of a Shape
Stroke
Style
Link copied to clipboard
@
DomainNode
class
StrokeStyle
(
val
color
:
String
?
,
val
dash
:
List
<
Double
>
?
)
:
BaseStyle
Style of the stroke