org.strbio.util.graph
Interface PointType

All Known Implementing Classes:
CirclePoint, DotPoint, UnfilledCirclePoint

public interface PointType

A point plotted on a PointPlot, for example.

  Version 1.0, 5/11/99 - original version.
  

Version:
1.0, 5/11/99
Author:
JMC

Method Summary
 int getHeight()
          Get the height that the point wants to take up.
 int getWidth()
          Get the width that the point wants to take up.
 void paintPointAt(int x, int y, java.awt.Graphics g)
          draw the point, at a given center position.
 

Method Detail

getWidth

int getWidth()
Get the width that the point wants to take up.


getHeight

int getHeight()
Get the height that the point wants to take up.


paintPointAt

void paintPointAt(int x,
                  int y,
                  java.awt.Graphics g)
draw the point, at a given center position.