JIDE 3.5.15

com.jidesoft.gauge
Interface MarkerShapeFactory

All Known Implementing Classes:
MarkerShape

public interface MarkerShapeFactory


Method Summary
 Shape createShape(double x, double y, double width, double height)
          Creates a Shape, with centre at the supplied x and y coordinates and with the given width and height
 

Method Detail

createShape

Shape createShape(double x,
                  double y,
                  double width,
                  double height)
Creates a Shape, with centre at the supplied x and y coordinates and with the given width and height

Parameters:
x - the pixel x coordinate
y - the pixel y coordinate
width - the width of the shape
height - the height of the shape
Returns:
a Shape

JIDE 3.5.15