Package net.sourceforge.plantuml.style
Interface WithStyle
-
- All Superinterfaces:
Styleable
- All Known Subinterfaces:
ArrowComponent
,Component
- All Known Implementing Classes:
AbstractComponent
,AbstractComponentRoseArrow
,AbstractComponentText
,AbstractMessage
,AbstractTextualComponent
,ComponentRoseActiveLine
,ComponentRoseActor
,ComponentRoseArrow
,ComponentRoseBoundary
,ComponentRoseControl
,ComponentRoseDatabase
,ComponentRoseDelayLine
,ComponentRoseDelayText
,ComponentRoseDestroy
,ComponentRoseDivider
,ComponentRoseEnglober
,ComponentRoseEntity
,ComponentRoseGroupingElse
,ComponentRoseGroupingHeader
,ComponentRoseGroupingSpace
,ComponentRoseLine
,ComponentRoseNewpage
,ComponentRoseNote
,ComponentRoseNoteBox
,ComponentRoseNoteHexagonal
,ComponentRoseParticipant
,ComponentRoseQueue
,ComponentRoseReference
,ComponentRoseSelfArrow
,ComponentTextActiveLine
,ComponentTextActor
,ComponentTextArrow
,ComponentTextDelay
,ComponentTextDestroy
,ComponentTextDivider
,ComponentTextGroupingBody
,ComponentTextGroupingElse
,ComponentTextGroupingHeader
,ComponentTextGroupingTail
,ComponentTextLine
,ComponentTextNewpage
,ComponentTextNote
,ComponentTextParticipant
,ComponentTextSelfArrow
,ComponentTextShape
,Delay
,Divider
,Englober
,Frame
,Grouping
,GroupingLeaf
,GroupingStart
,Message
,MessageExo
,Note
,Participant
public interface WithStyle extends Styleable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Style[]
getUsedStyles()
-
Methods inherited from interface net.sourceforge.plantuml.style.Styleable
getDefaultStyleDefinition
-
-
-
-
Method Detail
-
getUsedStyles
Style[] getUsedStyles()
-
-