public class TrackDrawInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
is_visible |
protected int |
slot_index |
protected java.awt.Rectangle |
track_area |
static int |
TRACK_BORDER |
protected int |
track_index |
Modifier | Constructor and Description |
---|---|
protected |
TrackDrawInfo() |
|
TrackDrawInfo(int trackindex,
int slotindex,
int track_x,
int track_y,
int track_width,
int track_height) |
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getRectangle() |
int |
getSlotIndex() |
int |
getTrackHeight() |
int |
getTrackIndex() |
boolean |
isVisible() |
void |
setVisible(boolean is_visible) |
public static final int TRACK_BORDER
protected transient int track_index
protected transient int slot_index
protected transient boolean is_visible
protected transient java.awt.Rectangle track_area
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.