| Package | Description |
|---|---|
| info.bioinfweb.libralign.alignmentarea |
Contains basic implementations for displaying an alignment area.
|
| info.bioinfweb.libralign.alignmentarea.paintsettings |
Contains classes managing the painting of the contents of
AlignmentAreas. |
| Modifier and Type | Method and Description |
|---|---|
PaintSettings |
AlignmentArea.getPaintSettings()
Returns the paint settings object associated with this instance.
|
| Modifier and Type | Method and Description |
|---|---|
PaintSettings |
TokenPainterList.getOwner()
Returns the paint settings object containing this instance.
|
PaintSettings |
PaintSettingsEvent.getSource() |
| Constructor and Description |
|---|
PaintSettingsEvent(PaintSettings source)
Creates a new instance of this class.
|
TokenPainterList(PaintSettings owner)
Creates a new instance of this class.
|
TokenPainterReplacedEvent(PaintSettings source,
TokenPainter previousPainter,
TokenPainter newPainter,
int index)
Creates a new instance of this class.
|
ZoomChangeEvent(PaintSettings source,
double oldZoomX,
double newZoomX,
double oldZoomY,
double newZoomY) |