public class MonitorLayout extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
H_GAP |
static int |
HEIGHT |
static int |
SLOT_WIDTH |
static int |
W_GAP |
static int |
WIDTH |
| Modifier and Type | Method and Description |
|---|---|
org.onlab.stc.MonitorLayout.Box |
get(Step step)
Returns the bounding box for the specified step.
|
org.onlab.stc.MonitorLayout.Box |
get(String name)
Returns the bounding box for the specified step name.
|
public static final int WIDTH
public static final int HEIGHT
public static final int W_GAP
public static final int H_GAP
public static final int SLOT_WIDTH
public org.onlab.stc.MonitorLayout.Box get(Step step)
step - step or group; null for the overall bounding boxpublic org.onlab.stc.MonitorLayout.Box get(String name)
name - name of step or group; null for the overall bounding boxCopyright © 2015. All rights reserved.