|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.LayoutTypeData
public class LayoutTypeData
Data type used to store information for a layout type.
Field Summary | |
---|---|
static String |
DEFAULT_TYPE_NAME
default name for layout types for which no name is given. |
Constructor Summary | |
---|---|
LayoutTypeData()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Returns the description. |
String |
getId()
Returns the layout type identifier. |
List<LayoutAlgorithmData> |
getLayouters()
Returns the list of layout algorithms that are registered for this type. |
String |
getName()
Returns the name of the layout type. |
int |
hashCode()
|
void |
setDescription(String thedescription)
Sets the description. |
void |
setId(String theid)
Sets the layout type identifier. |
void |
setName(String thename)
Sets the name of the layout type. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_TYPE_NAME
Constructor Detail |
---|
public LayoutTypeData()
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public List<LayoutAlgorithmData> getLayouters()
public String getId()
getId
in interface ILayoutData
public void setId(String theid)
setId
in interface ILayoutData
theid
- the identifier to setpublic String getName()
getName
in interface ILayoutData
public void setName(String thename)
setName
in interface ILayoutData
thename
- the name to setpublic String getDescription()
getDescription
in interface ILayoutData
public void setDescription(String thedescription)
setDescription
in interface ILayoutData
thedescription
- the description to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |