| java.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.chart.PointRenderer
PointRenderer | public class PointRenderer extends jsx3.lang.Object (Code) | | Objects that implement this interface may be used in Line/Area/Point/Bubble charts to render the points that appear
at each datapoint.
Additionally, this interface contains several static fields that are implementors of this interface.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
Method Summary | |
public void | areaToRadius(Integer area, org.directwebremoting.proxy.Callback<Integer> callback) Converts the area of the point to display to the radius of the box that it should fill. | public jsx3.vector.Tag | render(int x1, int y1, int x2, int y2, jsx3.vector.Fill fill, jsx3.vector.Stroke stroke) Renders the point in the bounds specified by {x1,y1} {x2,y2}. | public T | render(int x1, int y1, int x2, int y2, jsx3.vector.Fill fill, jsx3.vector.Stroke stroke, Class<T> returnType) Renders the point in the bounds specified by {x1,y1} {x2,y2}. |
PointRenderer | public PointRenderer(Context context, String extension, ScriptProxy scriptProxy)(Code) | | All reverse ajax proxies need context to work from
Parameters: scriptProxy - The place we are writing scripts to Parameters: context - The script that got us to where we are now |
areaToRadius | public void areaToRadius(Integer area, org.directwebremoting.proxy.Callback<Integer> callback)(Code) | | Converts the area of the point to display to the radius of the box that it should fill. Required
if the point renderer will be used in a plot chart.
Parameters: area - |
render | public jsx3.vector.Tag render(int x1, int y1, int x2, int y2, jsx3.vector.Fill fill, jsx3.vector.Stroke stroke)(Code) | | Renders the point in the bounds specified by {x1,y1} {x2,y2}.
Parameters: x1 - Parameters: y1 - Parameters: x2 - Parameters: y2 - Parameters: fill - Parameters: stroke - |
render | public T render(int x1, int y1, int x2, int y2, jsx3.vector.Fill fill, jsx3.vector.Stroke stroke, Class<T> returnType)(Code) | | Renders the point in the bounds specified by {x1,y1} {x2,y2}.
Parameters: x1 - Parameters: y1 - Parameters: x2 - Parameters: y2 - Parameters: fill - Parameters: stroke - Parameters: returnType - The expected return type |
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|