Cytoscape 2.8.0 API

Uses of Interface
cytoscape.visual.strokes.WidthStroke

Packages that use WidthStroke
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 WidthStroke in cytoscape.visual.strokes
 

Classes in cytoscape.visual.strokes that implement WidthStroke
 class BackwardSlashStroke
           
 class ContiguousArrowStroke
           
 class DashDotStroke
           
 class DotStroke
           
 class EqualDashStroke
           
 class ForwardSlashStroke
           
 class LongDashStroke
           
 class ParallelStroke
           
 class PipeStroke
           
 class SeparateArrowStroke
           
 class ShapeStroke
           
 class SineWaveStroke
           
 class SolidStroke
           
 class VerticalSlashStroke
           
 class ZeroStroke
          Rather than handle strokes of width 0 for all implementations of WidthStroke, use this wrapper class that, when the width is less than or equal to 0 a BasicStroke is returned, whereas when the width is greater than 0, return the specified actual WidthStroke.
 class ZigzagStroke
           
 

Methods in cytoscape.visual.strokes that return WidthStroke
 WidthStroke ZigzagStroke.newInstanceForWidth(float w)
           
 WidthStroke ZeroStroke.newInstanceForWidth(float w)
           
 WidthStroke WidthStroke.newInstanceForWidth(float width)
           
 WidthStroke SolidStroke.newInstanceForWidth(float w)
           
 WidthStroke SineWaveStroke.newInstanceForWidth(float w)
           
abstract  WidthStroke ShapeStroke.newInstanceForWidth(float w)
           
 WidthStroke SeparateArrowStroke.newInstanceForWidth(float w)
           
 WidthStroke PipeStroke.newInstanceForWidth(float w)
           
 WidthStroke ParallelStroke.newInstanceForWidth(float w)
           
 WidthStroke LongDashStroke.newInstanceForWidth(float w)
           
 WidthStroke EqualDashStroke.newInstanceForWidth(float w)
           
 WidthStroke DotStroke.newInstanceForWidth(float w)
           
 WidthStroke DashDotStroke.newInstanceForWidth(float w)
           
 WidthStroke ContiguousArrowStroke.newInstanceForWidth(float w)
           
 

Constructors in cytoscape.visual.strokes with parameters of type WidthStroke
ZeroStroke(WidthStroke actualStroke)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.