de.grogra.graph
Class SpecialEdgeDescriptor
java.lang.Object
de.grogra.graph.SpecialEdgeDescriptor
- All Implemented Interfaces:
- Described
public class SpecialEdgeDescriptor
- extends java.lang.Object
- implements Described
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecialEdgeDescriptor
public SpecialEdgeDescriptor(I18NBundle bundle,
java.lang.String key,
int bits,
java.lang.Class nodeClass)
getBits
public int getBits()
getDescription
public java.lang.Object getDescription(java.lang.String type)
- Description copied from interface:
Described
- Returns the description associated with the given
type.
type has to be one of the predefined constants
of this interface, the returned value has to conform to the
specification of the used constant.
- Specified by:
getDescription in interface Described
- Parameters:
type - the type of description
- Returns:
- the description, or
null if no description is available
getKey
public java.lang.String getKey()
getNodeClass
public java.lang.Class getNodeClass()
isDeclaredBySource
public boolean isDeclaredBySource()