JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.das2.graph
Interface Painter
public interface
Painter
interface for objects that can paint on a graphics context from the canvas. We introduce the interface so that objects can be painted without having the overhead of full Swing components.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
paint
(java.awt.Graphics2D g)
the graphics context, in the canvas coordinates, is provided for additional painting.
Method Detail
paint
void paint(java.awt.Graphics2D g)
the graphics context, in the canvas coordinates, is provided for additional painting.
Parameters:
g
- the graphics context.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method