uk.ac.man.bioinf.gui.viewer
Class BorderFastAlignmentViewerCellRenderer
java.lang.Object
|
+--uk.ac.man.bioinf.gui.viewer.BorderFastAlignmentViewerCellRenderer
- All Implemented Interfaces:
- FastAlignmentViewerCellRenderer
- public class BorderFastAlignmentViewerCellRenderer
- extends Object
- implements FastAlignmentViewerCellRenderer
BorderFastAlignmentViewerCellRenderer.java
One of three classes designed to render cells in the
JAlignmentViewer. This one deals specifically with the border to
the cell.
By default, it will probably be drawn second (after the color), but
all of this is determined by the RendererManager.
Created: Fri Aug 25 14:06:17 2000
- Version:
- $Id: BorderFastAlignmentViewerCellRenderer.java,v 1.4 2001/04/11 17:04:42 lord Exp $
- Author:
- Julian Selley
Method Summary |
void |
renderAlignmentViewerCell(Graphics g,
int x,
int y,
int width,
int height,
JAlignmentViewer viewer,
Element element,
SequenceAlignmentPoint location,
Color color,
boolean isSelected,
boolean hasFocus,
boolean isAtPoint)
This method renders the cell at the given location in a graphics
object, with reference to the JAlignmentViewer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BorderFastAlignmentViewerCellRenderer
public BorderFastAlignmentViewerCellRenderer()
renderAlignmentViewerCell
public void renderAlignmentViewerCell(Graphics g,
int x,
int y,
int width,
int height,
JAlignmentViewer viewer,
Element element,
SequenceAlignmentPoint location,
Color color,
boolean isSelected,
boolean hasFocus,
boolean isAtPoint)
- Description copied from interface:
FastAlignmentViewerCellRenderer
- This method renders the cell at the given location in a graphics
object, with reference to the JAlignmentViewer. It makes use of
certain parameters, such as the color of the element being
drawn.
- Specified by:
renderAlignmentViewerCell
in interface FastAlignmentViewerCellRenderer
- Parameters:
g
- the graphics object in usex
- the 'x' location in the graphical displayy
- the 'y' location in the graphical displaywidth
- the width of the cellheight
- the height of the cellviewer
- the JAlignmentViewer objectelement
- the element being drawnlocation
- the sequence alignment location of the elementcolor
- the background color of the elementisSelected
- whether the element is selectedhasFocus
- whether the element has focusisAtPoint
- whether the cursor is at the elements point