Cytoscape 2.8.0 API

cytoscape.render.immed.arrow
Interface Arrow

All Known Implementing Classes:
ArrowheadArrow, DeltaArrow, DiamondArrow, DiscArrow, HalfBottomArrow, HalfTopArrow, NoArrow, TeeArrow

public interface Arrow


Method Summary
 Shape getArrowShape()
          The Shape of the main Arrow body.
 Shape getCapShape(double ratio)
          The Shape of the cap that joins the Arrow body with the edge.
 double getTOffset()
          The distance that the arrow should be offset from the intersection with the node.
 byte getType()
          A legacy identifier for GraphGraphics.
 

Method Detail

getArrowShape

Shape getArrowShape()
The Shape of the main Arrow body.


getCapShape

Shape getCapShape(double ratio)
The Shape of the cap that joins the Arrow body with the edge. This needs to be a distinct shape from the Arrow body because the cap needs to be the same color as the edge.


getType

byte getType()
A legacy identifier for GraphGraphics.


getTOffset

double getTOffset()
The distance that the arrow should be offset from the intersection with the node.


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.