|
BioLegato 0.7.0 GDE Canvas plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BLTextArea | |
|---|---|
| org.biolegato.gdesupport.canvas | |
| org.biolegato.gdesupport.canvas.colourmap | |
| org.biolegato.gdesupport.canvas.listeners | |
| org.biolegato.gdesupport.canvas.textarea | |
| Uses of BLTextArea in org.biolegato.gdesupport.canvas |
|---|
| Methods in org.biolegato.gdesupport.canvas with parameters of type BLTextArea | |
|---|---|
void |
GDECanvas.cursorChange(BLTextArea source,
int column,
int row)
Receives cursor updates for use in the status bar. |
| Uses of BLTextArea in org.biolegato.gdesupport.canvas.colourmap |
|---|
| Methods in org.biolegato.gdesupport.canvas.colourmap with parameters of type BLTextArea | |
|---|---|
protected void |
ColourMap.drawString(BLTextArea ta,
java.awt.Graphics gfx,
int xstart,
int ystart,
java.lang.String string,
java.awt.Color foreground,
java.awt.Color background)
This is a function to help ensure proper spacing. |
abstract void |
ColourMap.regularDrawString(BLTextArea ta,
java.awt.Graphics gfx,
int xstart,
int ystart,
org.biolegato.core.data.sequence.Sequence seq,
int pstart,
int pend)
Draws an unselected sequence while mapping the appropriate colours to each character rendered. |
void |
GDECharColourMap.regularDrawString(BLTextArea ta,
java.awt.Graphics gfx,
int xstart,
int ystart,
org.biolegato.core.data.sequence.Sequence seq,
int pstart,
int pend)
Draws a sequence mapping the appropriate colours to each character rendered |
void |
MonochromeColourMap.regularDrawString(BLTextArea ta,
java.awt.Graphics gfx,
int xstart,
int ystart,
org.biolegato.core.data.sequence.Sequence seq,
int pstart,
int pend)
Draws a sequence mapping the appropriate colours to each character rendered. |
void |
PositionColourMap.regularDrawString(BLTextArea ta,
java.awt.Graphics gfx,
int xstart,
int ystart,
org.biolegato.core.data.sequence.Sequence seq,
int pstart,
int pend)
Draws a sequence mapping the appropriate colours to each character rendered |
void |
CharacterColourMap.regularDrawString(BLTextArea ta,
java.awt.Graphics gfx,
int xstart,
int ystart,
org.biolegato.core.data.sequence.Sequence seq,
int pstart,
int pend)
Draws a sequence mapping the appropriate colours to each character rendered |
void |
ColourMap.selectDrawString(BLTextArea ta,
java.awt.Graphics gfx,
int xstart,
int ystart,
org.biolegato.core.data.sequence.Sequence seq,
int pstart,
int pend)
Draws a selected sequence while mapping the appropriate colours to each character rendered. |
| Uses of BLTextArea in org.biolegato.gdesupport.canvas.listeners |
|---|
| Methods in org.biolegato.gdesupport.canvas.listeners with parameters of type BLTextArea | |
|---|---|
void |
CursorListener.cursorChange(BLTextArea source,
int column,
int row)
Communicates a change in cursor position. |
| Uses of BLTextArea in org.biolegato.gdesupport.canvas.textarea |
|---|
| Subclasses of BLTextArea in org.biolegato.gdesupport.canvas.textarea | |
|---|---|
class |
GDETextArea
Custom text area for allowing box selection |
class |
UndoableGDETextArea
Custom text area for allowing box selection |
| Fields in org.biolegato.gdesupport.canvas.textarea declared as BLTextArea | |
|---|---|
BLTextArea |
BLTextArea.blTextAreaSelf
Self-reference for inner classes. |
|
BioLegato 0.7.0 GDE Canvas plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||