public class SetNodesSize extends BasicNodesManipulator
| Modifier and Type | Field and Description |
|---|---|
private org.gephi.graph.api.Node[] |
nodes |
private float |
size |
| Constructor and Description |
|---|
SetNodesSize() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute() |
void |
execute() |
String |
getDescription() |
Icon |
getIcon() |
String |
getName() |
int |
getPosition() |
float |
getSize() |
int |
getType() |
org.gephi.datalab.spi.ManipulatorUI |
getUI() |
void |
setSize(float size) |
void |
setup(org.gephi.graph.api.Node[] nodes,
org.gephi.graph.api.Node clickedNode) |
getMnemonicKey, getSubItems, isAvailablepublic void setup(org.gephi.graph.api.Node[] nodes,
org.gephi.graph.api.Node clickedNode)
public void execute()
public String getName()
public String getDescription()
public boolean canExecute()
public org.gephi.datalab.spi.ManipulatorUI getUI()
public int getType()
public int getPosition()
public Icon getIcon()
public float getSize()
public void setSize(float size)
Copyright © 2007–2015 Gephi Consortium. All rights reserved.