JSci.awt
Class Graph2D.DataMarker.Circle

java.lang.Object
  extended by JSci.awt.Graph2D.DataMarker.Circle
All Implemented Interfaces:
Graph2D.DataMarker
Enclosing interface:
Graph2D.DataMarker

public static class Graph2D.DataMarker.Circle
extends java.lang.Object
implements Graph2D.DataMarker


Nested Class Summary
 
Nested classes/interfaces inherited from interface JSci.awt.Graph2D.DataMarker
Graph2D.DataMarker.Circle, Graph2D.DataMarker.Square
 
Field Summary
 
Fields inherited from interface JSci.awt.Graph2D.DataMarker
NONE
 
Constructor Summary
Graph2D.DataMarker.Circle(int size)
           
 
Method Summary
 void paint(java.awt.Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph2D.DataMarker.Circle

public Graph2D.DataMarker.Circle(int size)
Method Detail

paint

public void paint(java.awt.Graphics g,
                  int x,
                  int y)
Specified by:
paint in interface Graph2D.DataMarker