com.metsci.glimpse.painter.decoration
Class BorderPainter
java.lang.Object
com.metsci.glimpse.painter.base.GlimpsePainterImpl
com.metsci.glimpse.painter.decoration.BorderPainter
- All Implemented Interfaces:
- GlimpsePainter
public class BorderPainter
- extends GlimpsePainterImpl
Paints a simple solid color line border around the outside
of the plot.
- Author:
- ulman
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BorderPainter
public BorderPainter()
setDotted
public BorderPainter setDotted(boolean dotted)
setLineWidth
public BorderPainter setLineWidth(float lineWidth)
setColor
public BorderPainter setColor(float[] rgba)
setColor
public BorderPainter setColor(float r,
float g,
float b,
float a)
Copyright © 2012 Metron, Inc.. All Rights Reserved.