Package net.sourceforge.plantuml.creole
Class StripeStyle
- java.lang.Object
-
- net.sourceforge.plantuml.creole.StripeStyle
-
public class StripeStyle extends Object
-
-
Constructor Summary
Constructors Constructor Description StripeStyle(StripeStyleType type, int order, char style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Atom
getHeader(FontConfiguration fontConfiguration, CreoleContext context)
int
getOrder()
char
getStyle()
StripeStyleType
getType()
-
-
-
Constructor Detail
-
StripeStyle
public StripeStyle(StripeStyleType type, int order, char style)
-
-
Method Detail
-
getType
public final StripeStyleType getType()
-
getHeader
public Atom getHeader(FontConfiguration fontConfiguration, CreoleContext context)
-
getOrder
public final int getOrder()
-
getStyle
public char getStyle()
-
-