Cytoscape 2.8.0 API

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.


Field Summary
 
Fields inherited from class cytoscape.visual.Appearance
vizProps
 
Constructor Summary
EdgeAppearance()
          Creates a new EdgeAppearance object.
 
Method Summary
 Object clone()
          Returns a clone of this Appearance.
 Properties getDefaultProperties(String baseKey)
          Returns a Properties object that defines this appearance.
 
Methods inherited from class cytoscape.visual.Appearance
applyAppearance, applyAppearance, applyBypass, applyDefaultProperties, copy, get, getDescription, getDescription, set
 
Methods inherited from class java.lang.Object
equals, finalize, 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.

getDefaultProperties

public Properties getDefaultProperties(String baseKey)
Description copied from class: Appearance
Returns a Properties object that defines this appearance.

Overrides:
getDefaultProperties in class Appearance
Parameters:
baseKey - The key to use to identify the specific properties for this appearance.
Returns:
A Properties object that defines this appearance.

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.