net.sourceforge.plantuml.creole
Class StripeStyle

java.lang.Object
  extended by net.sourceforge.plantuml.creole.StripeStyle

public class StripeStyle
extends Object


Constructor Summary
StripeStyle(StripeStyleType type, int order, char style)
           
 
Method Summary
 net.sourceforge.plantuml.creole.Atom getHeader(FontConfiguration fontConfiguration, CreoleContext context)
           
 int getOrder()
           
 char getStyle()
           
 StripeStyleType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StripeStyle

public StripeStyle(StripeStyleType type,
                   int order,
                   char style)
Method Detail

getType

public final StripeStyleType getType()

getHeader

public net.sourceforge.plantuml.creole.Atom getHeader(FontConfiguration fontConfiguration,
                                                      CreoleContext context)

getOrder

public final int getOrder()

getStyle

public char getStyle()


Copyright © 2013. All Rights Reserved.