org.das2.graph.PsymConnector
Enumeration of symbol connecting lines, such as None, Solid, DotFine.
SOLID
DOTFINE
DASHFINE
DASHES
DOTDASHES
DOTS
drawLine
drawLine( java.awt.Graphics2D g, double x1, double y1, double x2, double y2, float width ) → void
See draw( Graphics2D, GeneralPath, float ) for drawing traces. This method
is still supported for drawing icons, etc.
Parameters
g -
x1 -
y1 -
x2 -
y2 -
width -
Returns:
void (returns nothing)
search for examples
view on GitHub
view source