public class ActiveNodeInfo extends Object
| Constructor and Description |
|---|
ActiveNodeInfo() |
ActiveNodeInfo(int width,
int height,
DiagramNodeInfo activeNode) |
| Modifier and Type | Method and Description |
|---|---|
DiagramNodeInfo |
getActiveNode() |
int |
getHeight() |
int |
getWidth() |
void |
setActiveNode(DiagramNodeInfo activeNode) |
void |
setHeight(int height) |
void |
setWidth(int width) |
public ActiveNodeInfo()
public ActiveNodeInfo(int width,
int height,
DiagramNodeInfo activeNode)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public DiagramNodeInfo getActiveNode()
public void setActiveNode(DiagramNodeInfo activeNode)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.