org.biojava.bio.gui
Class PlainStyle
java.lang.Object
org.biojava.bio.gui.PlainStyle
- All Implemented Interfaces:
- SymbolStyle
public class PlainStyle
- extends Object
- implements SymbolStyle
A simple implementation of SymbolStyle that just uses a single paint for
outlines and a single paint for filling.
- Author:
- Matthew Pocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainStyle
public PlainStyle()
PlainStyle
public PlainStyle(Paint outlinePaint,
Paint fillPaint)
outlinePaint
public Paint outlinePaint(Symbol s)
- Description copied from interface:
SymbolStyle
- Return the outline paint for a symbol.
- Specified by:
outlinePaint
in interface SymbolStyle
- Parameters:
s
- the symbol to outline
- Returns:
- the Paint to use
fillPaint
public Paint fillPaint(Symbol s)
- Description copied from interface:
SymbolStyle
- Return the fill paint for a symbol.
- Specified by:
fillPaint
in interface SymbolStyle
- Parameters:
s
- the symbol to fill
- Returns:
- the Paint to use