org.wilmascope.view
Interface SizeAdjustableNodeView

All Known Implementing Classes:
BoxColumnClusterView, BoxNodeView, ColumnClusterView, SquareTubeNodeView, TubeNodeView

public interface SizeAdjustableNodeView

Author:
dwyer To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
static int BOX
           
static int DISC
           
 
Method Summary
 float getBottomRadius()
           
 float getDepth()
          If shape is BOX the: x dimension = the node's radius y dimension = depth
 int getShape()
           
 float getTopRadius()
           
 void setEndRadii(float bottomRadius, float topRadius)
           
 

Field Detail

BOX

static final int BOX
See Also:
Constant Field Values

DISC

static final int DISC
See Also:
Constant Field Values
Method Detail

setEndRadii

void setEndRadii(float bottomRadius,
                 float topRadius)

getDepth

float getDepth()
If shape is BOX the: x dimension = the node's radius y dimension = depth


getBottomRadius

float getBottomRadius()

getTopRadius

float getTopRadius()

getShape

int getShape()