GraphLab Project

graphlab.plugins.main.select
Class ScaleInSelection

java.lang.Object
  extended by graphlab.plugins.main.select.ScaleOutSelection
      extended by graphlab.plugins.main.select.ScaleInSelection
All Implemented Interfaces:
BasicExtension, Extension, Undoable, GraphActionExtension, GraphActionInterface

public class ScaleInSelection
extends ScaleOutSelection

Author:
Azin Azadi

Constructor Summary
ScaleInSelection()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
protected  void setNewLocation(VertexModel v, GraphPoint loc, double x, double y)
           
 
Methods inherited from class graphlab.plugins.main.select.ScaleOutSelection
action, doUndoPos, fillUndoPos, redo, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaleInSelection

public ScaleInSelection()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Extension
Overrides:
getName in class ScaleOutSelection

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Extension
Overrides:
getDescription in class ScaleOutSelection

setNewLocation

protected void setNewLocation(VertexModel v,
                              GraphPoint loc,
                              double x,
                              double y)
Overrides:
setNewLocation in class ScaleOutSelection

GraphLab Project