|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.filters.plugin.operator.UNIONBuilder
public class UNIONBuilder
Nested Class Summary | |
---|---|
static class |
UNIONBuilder.UnionOperator
|
Constructor Summary | |
---|---|
UNIONBuilder()
|
Method Summary | |
---|---|
void |
destroy(Filter filter)
Notification when the filter is destroyed, to perform clean-up tasks. |
Category |
getCategory()
Returns the category this filter builder belongs to. |
java.lang.String |
getDescription()
Returns ths description text of this filter builder |
Filter |
getFilter()
Builds a new Filter instance. |
javax.swing.Icon |
getIcon()
Returns the icon of this filter builder |
java.lang.String |
getName()
Returns the display name of this filter builder |
javax.swing.JPanel |
getPanel(Filter filter)
Returns the settings panel for the filter this builder is building, the filter object is passed as a parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UNIONBuilder()
Method Detail |
---|
public Category getCategory()
FilterBuilder
getCategory
in interface FilterBuilder
public java.lang.String getName()
FilterBuilder
getName
in interface FilterBuilder
public javax.swing.Icon getIcon()
FilterBuilder
getIcon
in interface FilterBuilder
public java.lang.String getDescription()
FilterBuilder
getDescription
in interface FilterBuilder
public Filter getFilter()
FilterBuilder
Filter
instance.
getFilter
in interface FilterBuilder
Filter
objectpublic javax.swing.JPanel getPanel(Filter filter)
FilterBuilder
filter
object is passed as a parameter.
getPanel
in interface FilterBuilder
filter
- the filter that the panel is to be configuring
public void destroy(Filter filter)
FilterBuilder
destroy
in interface FilterBuilder
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |