Uses of Class
com.metsci.glimpse.painter.decoration.BorderPainter

Packages that use BorderPainter
com.metsci.glimpse.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data). 
com.metsci.glimpse.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. 
com.metsci.glimpse.plot.timeline.layout   
 

Uses of BorderPainter in com.metsci.glimpse.painter.decoration
 

Methods in com.metsci.glimpse.painter.decoration that return BorderPainter
 BorderPainter BorderPainter.setColor(float[] rgba)
           
 BorderPainter BorderPainter.setColor(float r, float g, float b, float a)
           
 BorderPainter BorderPainter.setDotted(boolean dotted)
           
 BorderPainter BorderPainter.setLineWidth(float lineWidth)
           
 

Uses of BorderPainter in com.metsci.glimpse.plot
 

Methods in com.metsci.glimpse.plot that return BorderPainter
 BorderPainter SimplePlot2D.getBorderPainter()
           
 

Uses of BorderPainter in com.metsci.glimpse.plot.timeline.layout
 

Methods in com.metsci.glimpse.plot.timeline.layout that return BorderPainter
 BorderPainter TimePlotInfo.getBorderPainter()
           
 

Constructors in com.metsci.glimpse.plot.timeline.layout with parameters of type BorderPainter
TimePlotInfo(StackedTimePlot2D parent, StackedPlot2D.PlotInfo child, GridPainter gridPainter, NumericXYAxisPainter axisPainter, SimpleTextPainter labelPainter, BorderPainter borderPainter)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.