org.gephi.partition.impl
Class PartitionControllerImpl
java.lang.Object
org.gephi.partition.impl.PartitionControllerImpl
- All Implemented Interfaces:
- java.util.EventListener, AttributeListener, PartitionController
public class PartitionControllerImpl
- extends java.lang.Object
- implements PartitionController, AttributeListener
- Author:
- Mathieu Bastian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartitionControllerImpl
public PartitionControllerImpl()
attributesChanged
public void attributesChanged(AttributeEvent event)
- Specified by:
attributesChanged
in interface AttributeListener
setSelectedPartition
public void setSelectedPartition(Partition partition)
- Specified by:
setSelectedPartition
in interface PartitionController
buildPartition
public Partition buildPartition(AttributeColumn column,
Graph graph)
- Specified by:
buildPartition
in interface PartitionController
setSelectedPartitioning
public void setSelectedPartitioning(int partitioning)
- Specified by:
setSelectedPartitioning
in interface PartitionController
setSelectedTransformerBuilder
public void setSelectedTransformerBuilder(TransformerBuilder builder)
- Specified by:
setSelectedTransformerBuilder
in interface PartitionController
refreshPartitions
public void refreshPartitions()
- Specified by:
refreshPartitions
in interface PartitionController
transform
public void transform(Partition partition,
Transformer transformer)
- Specified by:
transform
in interface PartitionController
isGroupable
public boolean isGroupable(Partition partition)
- Specified by:
isGroupable
in interface PartitionController
isUngroupable
public boolean isUngroupable(Partition partition)
- Specified by:
isUngroupable
in interface PartitionController
group
public void group(Partition partition)
- Specified by:
group
in interface PartitionController
ungroup
public void ungroup(Partition partition)
- Specified by:
ungroup
in interface PartitionController
showPie
public void showPie(boolean showPie)
- Specified by:
showPie
in interface PartitionController
getModel
public PartitionModel getModel()
- Specified by:
getModel
in interface PartitionController