|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutUI
Various information about a layout algorithm that allows UI integration.
Method Summary | |
---|---|
java.lang.String |
getDescription()
The description of the layout algorithm purpose. |
javax.swing.Icon |
getIcon()
The icon that represents the layout action. |
int |
getQualityRank()
An appraisal of quality for this algorithm. |
javax.swing.JPanel |
getSimplePanel(Layout layout)
A LayoutUI can have a optional settings panel, that will be
displayed instead of the property sheet. |
int |
getSpeedRank()
An appraisal of speed for this algorithm. |
Method Detail |
---|
java.lang.String getDescription()
javax.swing.Icon getIcon()
javax.swing.JPanel getSimplePanel(Layout layout)
LayoutUI
can have a optional settings panel, that will be
displayed instead of the property sheet.
layout
- the layout that require a simple panel
layout
or
null
int getQualityRank()
int getSpeedRank()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |