Cytoscape 2.8.0 API

Uses of Class
cytoscape.visual.strokes.PipeStroke.Type

Packages that use PipeStroke.Type
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!!! 
 

Uses of PipeStroke.Type in cytoscape.visual.strokes
 

Methods in cytoscape.visual.strokes that return PipeStroke.Type
static PipeStroke.Type PipeStroke.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PipeStroke.Type[] PipeStroke.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cytoscape.visual.strokes with parameters of type PipeStroke.Type
BackwardSlashStroke(float width, PipeStroke.Type offsetType)
           
ForwardSlashStroke(float width, PipeStroke.Type offsetType)
           
VerticalSlashStroke(float width, PipeStroke.Type offsetType)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.