Modelers

Uses of Class
org.topcased.modeler.graphconf.LineStyle

Packages that use LineStyle
org.topcased.modeler.graphconf   
 

Uses of LineStyle in org.topcased.modeler.graphconf
 

Fields in org.topcased.modeler.graphconf declared as LineStyle
static LineStyle LineStyle.CUSTOM_LITERAL
          The 'CUSTOM' literal object.
static LineStyle LineStyle.DASH_LITERAL
          The 'DASH' literal object.
static LineStyle LineStyle.DASHDOT_LITERAL
          The 'DASHDOT' literal object.
static LineStyle LineStyle.DASHDOTDOT_LITERAL
          The 'DASHDOTDOT' literal object.
static LineStyle LineStyle.DOT_LITERAL
          The 'DOT' literal object.
static LineStyle LineStyle.SOLID_LITERAL
          The 'SOLID' literal object.
 

Methods in org.topcased.modeler.graphconf that return LineStyle
static LineStyle LineStyle.get(int value)
          Returns the 'Line Style' literal with the specified integer value.
static LineStyle LineStyle.get(java.lang.String literal)
          Returns the 'Line Style' literal with the specified literal value.
static LineStyle LineStyle.getByName(java.lang.String name)
          Returns the 'Line Style' literal with the specified name.
 LineStyle AbstractGraphConf.getLineStyle()
          Returns the value of the 'Line Style' attribute.
 

Methods in org.topcased.modeler.graphconf with parameters of type LineStyle
 void AbstractGraphConf.setLineStyle(LineStyle value)
          Sets the value of the 'Line Style' attribute.
 


Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.