Cytoscape 2.8.0 API

Uses of Class
cytoscape.visual.LineStyle

Packages that use LineStyle
cytoscape.visual Framework for generalized mappings from graph attributes to visual attributes. 
cytoscape.visual.parsers Translates visual attribute values to and from their String representation. 
cytoscape.visual.strokes The WidthStroke objects in this package should NOT be used directly by anyone other than the LineStyle enum!!!! Seriously, DON'T USE THESE CLASSES!!! 
cytoscape.visual.ui.icon   
 

Uses of LineStyle in cytoscape.visual
 

Methods in cytoscape.visual that return LineStyle
static LineStyle LineStyle.extractLineStyle(Stroke s)
          Will attempt to find the LineStyle based on the type of stroke.
static LineStyle LineStyle.parse(String val)
          Attempts to parse a LineStyle object from a string.
static LineStyle LineStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LineStyle[] LineStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LineStyle in cytoscape.visual.parsers
 

Methods in cytoscape.visual.parsers that return LineStyle
 LineStyle LineStyleParser.parseLineStyle(String value)
          DOCUMENT ME!
 LineStyle LineStyleParser.parseStringValue(String value)
          DOCUMENT ME!
 

Uses of LineStyle in cytoscape.visual.strokes
 

Fields in cytoscape.visual.strokes declared as LineStyle
protected  LineStyle ShapeStroke.lineStyle
           
 

Methods in cytoscape.visual.strokes that return LineStyle
 LineStyle ZigzagStroke.getLineStyle()
           
 LineStyle ZeroStroke.getLineStyle()
           
 LineStyle WidthStroke.getLineStyle()
           
 LineStyle SolidStroke.getLineStyle()
           
 LineStyle ShapeStroke.getLineStyle()
           
 LineStyle LongDashStroke.getLineStyle()
           
 LineStyle EqualDashStroke.getLineStyle()
           
 LineStyle DashDotStroke.getLineStyle()
           
 

Constructors in cytoscape.visual.strokes with parameters of type LineStyle
ShapeStroke(Shape[] shapes, float advance, LineStyle lineStyle, float width)
           
 

Uses of LineStyle in cytoscape.visual.ui.icon
 

Constructors in cytoscape.visual.ui.icon with parameters of type LineStyle
LineTypeIcon(LineStyle style)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.