Cytoscape 2.7.0 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.strokes
Class ParallelStroke

java.lang.Object
  extended by cytoscape.visual.strokes.ShapeStroke
      extended by cytoscape.visual.strokes.ParallelStroke
All Implemented Interfaces:
WidthStroke, Stroke

public class ParallelStroke
extends ShapeStroke


Constructor Summary
ParallelStroke(float width)
           
 
Method Summary
 WidthStroke newInstanceForWidth(float w)
           
 
Methods inherited from class cytoscape.visual.strokes.ShapeStroke
createStrokedShape, getLineStyle, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParallelStroke

public ParallelStroke(float width)
Method Detail

newInstanceForWidth

public WidthStroke newInstanceForWidth(float w)
Specified by:
newInstanceForWidth in interface WidthStroke
Specified by:
newInstanceForWidth in class ShapeStroke
Returns:
A new instance of this WidthStroke with the specified width.

www.cytoscape.org