public class PaneInformation extends Object
Modifier and Type | Field and Description |
---|---|
private byte |
activePane |
private boolean |
frozen |
private short |
leftColumn |
static byte |
PANE_LOWER_LEFT
Constant for active pane being the lower left
|
static byte |
PANE_LOWER_RIGHT
Constant for active pane being the lower right
|
static byte |
PANE_UPPER_LEFT
Constant for active pane being the upper left
|
static byte |
PANE_UPPER_RIGHT
Constant for active pane being the upper right
|
private short |
topRow |
private short |
x |
private short |
y |
Constructor and Description |
---|
PaneInformation(short x,
short y,
short top,
short left,
byte active,
boolean frozen) |
Modifier and Type | Method and Description |
---|---|
byte |
getActivePane()
Returns the active pane
|
short |
getHorizontalSplitPosition()
Returns the horizontal position of the split.
|
short |
getHorizontalSplitTopRow()
For a horizontal split returns the top row in the BOTTOM pane.
|
short |
getVerticalSplitLeftColumn()
For a vertical split returns the left column in the RIGHT pane.
|
short |
getVerticalSplitPosition()
Returns the vertical position of the split.
|
boolean |
isFreezePane()
Returns true if this is a Freeze pane, false if it is a split pane.
|
public static final byte PANE_LOWER_RIGHT
public static final byte PANE_UPPER_RIGHT
public static final byte PANE_LOWER_LEFT
public static final byte PANE_UPPER_LEFT
private short x
private short y
private short topRow
private short leftColumn
private byte activePane
private boolean frozen
public PaneInformation(short x, short y, short top, short left, byte active, boolean frozen)
public short getVerticalSplitPosition()
public short getHorizontalSplitPosition()
public short getHorizontalSplitTopRow()
public short getVerticalSplitLeftColumn()
public byte getActivePane()
PANE_LOWER_RIGHT
,
PANE_UPPER_RIGHT
,
PANE_LOWER_LEFT
,
PANE_UPPER_LEFT
public boolean isFreezePane()
Copyright © 2016 Open Microscopy Environment