edu.udo.cs.yale.gui.plotter
Class PlotterAdapter.LineStyle

java.lang.Object
  extended by edu.udo.cs.yale.gui.plotter.PlotterAdapter.LineStyle
Enclosing class:
PlotterAdapter

protected static class PlotterAdapter.LineStyle
extends java.lang.Object

The line style that should be used for plotting lines. Please note that rendering dashed lines might be very slow which was the reason that only solid lines can be used in recent releases.


Field Summary
private  java.awt.Color color
           
private  java.awt.Stroke stroke
           
 
Constructor Summary
private PlotterAdapter.LineStyle(java.awt.Color color, java.awt.Stroke stroke)
           
 
Method Summary
 java.awt.Color getColor()
           
 void set(java.awt.Graphics2D g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

private java.awt.Color color

stroke

private java.awt.Stroke stroke
Constructor Detail

PlotterAdapter.LineStyle

private PlotterAdapter.LineStyle(java.awt.Color color,
                                 java.awt.Stroke stroke)
Method Detail

set

public void set(java.awt.Graphics2D g)

getColor

public java.awt.Color getColor()


Copyright © 2001-2006