Cytoscape 2.8.0 API

Package 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!!!

See:
          Description

Interface Summary
WidthStroke A simple extension of Stroke that allows Stroke objects to be coupled with LineStyle enum values and allows the width of the stroke to be adjusted.
 

Class Summary
BackwardSlashStroke  
ContiguousArrowStroke  
DashDotStroke  
DotStroke  
EqualDashStroke  
ForwardSlashStroke  
LongDashStroke  
ParallelStroke  
PipeStroke  
SeparateArrowStroke  
ShapeStroke  
SineWaveStroke  
SolidStroke  
VerticalSlashStroke  
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.
ZigzagStroke  
 

Enum Summary
PipeStroke.Type  
 

Package cytoscape.visual.strokes Description

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 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.