diva.sketch
Interface Symbol
- All Known Implementing Classes:
- CompositeSymbol, StrokeSymbol
public interface Symbol
A tagging interface for type safety that is implemented
by either stroke or composite symbols.
- Version:
- $Revision: 1.15 $
- Author:
- Michael Shilman (michaels@eecs.berkeley.edu), Heloise Hse (hwawen@eecs.berkeley.edu)
MIXED_COLOR
static final Color MIXED_COLOR
MIXED_LINEWIDTH
static final float MIXED_LINEWIDTH
- See Also:
- Constant Field Values
getLineWidth
float getLineWidth()
getOutline
Color getOutline()
getFill
Color getFill()
setLineWidth
void setLineWidth(float lineWidth)
setOutline
void setOutline(Color c)
setFill
void setFill(Color c)
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.