edu.uci.ics.jung.visualization.decorators
Class AbstractEdgeShapeTransformer<V,E>
java.lang.Object
  
edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer<V,E>
- Direct Known Subclasses: 
 - EdgeShape.BentLine, EdgeShape.Box, EdgeShape.CubicCurve, EdgeShape.Line, EdgeShape.Loop, EdgeShape.Orthogonal, EdgeShape.QuadCurve, EdgeShape.SimpleLoop, EdgeShape.Wedge
 
public abstract class AbstractEdgeShapeTransformer<V,E>
- extends Object
 
An interface for decorators that return a 
 Shape for a specified edge.
- Author:
 
  - Tom Nelson
 
| 
Field Summary | 
protected  float | 
control_offset_increment
 
          Specifies how far apart to place the control points for edges being
 drawn in parallel. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
control_offset_increment
protected float control_offset_increment
- Specifies how far apart to place the control points for edges being
 drawn in parallel.
 
AbstractEdgeShapeTransformer
public AbstractEdgeShapeTransformer()
setControlOffsetIncrement
public void setControlOffsetIncrement(float y)
- Sets the value of 
control_offset_increment.
 
 
Copyright © 2010 null. All Rights Reserved.