Cube
domainstorytelling/Object/Cube
include('domainstorytelling/Object/Cube')
Illustration | Cube | CubeCard | CubeGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$CubeXs>
<$CubeSm>
<$CubeMd>
<$CubeLg>
Cube
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('domainstorytelling/bootstrap')
' loads the Item which embeds the element Cube
include('domainstorytelling/Object/Cube')
' renders the element
Cube('Cube', 'Cube', 'an optional tech label', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('domainstorytelling/bootstrap')
' loads the Item which embeds the element Cube
include('domainstorytelling/Object/Cube')
' renders the element
Cube('Cube', 'Cube', 'an optional tech label', 'an optional description')
@enduml
CubeCard
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('domainstorytelling/bootstrap')
' loads the Item which embeds the element CubeCard
include('domainstorytelling/Object/Cube')
' renders the element
CubeCard('CubeCard', 'Cube Card', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('domainstorytelling/bootstrap')
' loads the Item which embeds the element CubeCard
include('domainstorytelling/Object/Cube')
' renders the element
CubeCard('CubeCard', 'Cube Card', 'an optional description')
@enduml
CubeGroup
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('domainstorytelling/bootstrap')
' loads the Item which embeds the element CubeGroup
include('domainstorytelling/Object/Cube')
' renders the element
CubeGroup('CubeGroup', 'Cube Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('domainstorytelling/bootstrap')
' loads the Item which embeds the element CubeGroup
include('domainstorytelling/Object/Cube')
' renders the element
CubeGroup('CubeGroup', 'Cube Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml