|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.graph.Renderer
org.das2.graph.TickCurveRenderer
public class TickCurveRenderer
Nested Class Summary | |
---|---|
static class |
TickCurveRenderer.TickStyle
|
Field Summary |
---|
Fields inherited from class org.das2.graph.Renderer |
---|
ds, lastException, logger, propertyChangeSupport, renderException |
Constructor Summary | |
---|---|
TickCurveRenderer(DataSet ds,
java.lang.String xplane,
java.lang.String yplane,
TickVDescriptor tickv)
The dataset be a Vector data set with planes identified by xplane and yplane. |
Method Summary | |
---|---|
protected org.w3c.dom.Element |
getDOMElement(org.w3c.dom.Document document)
|
double |
getLineWidth()
Getter for property lineWidth. |
float |
getTickLength()
Getter for property tickLength. |
TickCurveRenderer.TickStyle |
getTickStyle()
Getter for property tickStyle. |
protected void |
installRenderer()
|
void |
render(java.awt.Graphics g1,
DasAxis xAxis,
DasAxis yAxis,
ProgressMonitor mon)
Render is called whenever the image needs to be refreshed or the content has changed. |
void |
setLineWidth(double lineWidth)
Setter for property lineWidth. |
void |
setTickLength(float tickLength)
Setter for property tickLength. |
void |
setTickStyle(TickCurveRenderer.TickStyle tickStyle)
Setter for property tickStyle. |
void |
setTickVDescriptor(TickVDescriptor ticks)
set the ticks for the renderer. |
protected void |
uninstallRenderer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TickCurveRenderer(DataSet ds, java.lang.String xplane, java.lang.String yplane, TickVDescriptor tickv)
Method Detail |
---|
protected void uninstallRenderer()
uninstallRenderer
in class Renderer
protected void installRenderer()
installRenderer
in class Renderer
public void render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
Renderer
render
in class Renderer
public TickCurveRenderer.TickStyle getTickStyle()
public void setTickStyle(TickCurveRenderer.TickStyle tickStyle)
tickStyle
- New value of property tickStyle.public double getLineWidth()
public void setLineWidth(double lineWidth)
lineWidth
- New value of property lineWidth.public float getTickLength()
public void setTickLength(float tickLength)
tickLength
- New value of property tickLength.protected org.w3c.dom.Element getDOMElement(org.w3c.dom.Document document)
getDOMElement
in class Renderer
public void setTickVDescriptor(TickVDescriptor ticks)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |