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

cytoscape.visual
Class EdgeAppearance

java.lang.Object
  extended by cytoscape.visual.Appearance
      extended by cytoscape.visual.EdgeAppearance

public class EdgeAppearance
extends Appearance

Objects of this class hold data describing the appearance of an Edge.


Constructor Summary
EdgeAppearance()
          Creates a new EdgeAppearance object.
 
Method Summary
 Object clone()
          Returns a clone of this Appearance.
 
Methods inherited from class cytoscape.visual.Appearance
applyAppearance, applyAppearance, applyBypass, applyDefaultProperties, copy, get, getDefaultProperties, getDescription, getDescription, set
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeAppearance

public EdgeAppearance()
Creates a new EdgeAppearance object.

Method Detail

clone

public Object clone()
Description copied from class: Appearance
Returns a clone of this Appearance.

Overrides:
clone in class Appearance
Returns:
A clone of this Appearance.

www.cytoscape.org