|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.VectorGraphicsRenderer
public class VectorGraphicsRenderer
| Constructor Summary | |
|---|---|
VectorGraphicsRenderer(ViewManager viewManager)
Create a new vector graphics renderer for the view manager |
|
| Method Summary | |
|---|---|
Color[] |
getColours()
Get the colours |
Color |
getLabelBG()
Get the LabelBG property. |
String |
getLabelHtml()
Get the LabelHtml property. |
String |
getLabelPos()
Get the LabelPos property. |
int |
getLabelWidth()
Get the LabelWidth property. |
boolean |
getPreview()
Get the Preview property. |
int[] |
getSize()
Get the size |
void |
plot(Graphics2D graphics)
Plot to the graphics |
void |
renderTo(String filename)
Render to the file |
void |
setLabelBG(Color value)
Set the LabelBG property. |
void |
setLabelHtml(String value)
Set the LabelHtml property. |
void |
setLabelPos(String value)
Set the LabelPos property. |
void |
setLabelWidth(int value)
Set the LabelWidth property. |
void |
setPreview(boolean value)
Set the Preview property. |
boolean |
showConfigDialog()
Show the configuration dialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VectorGraphicsRenderer(ViewManager viewManager)
viewManager - the ViewManager| Method Detail |
|---|
public void renderTo(String filename)
throws Exception
filename - the filename
Exception - problem writing to the filepublic boolean showConfigDialog()
public void plot(Graphics2D graphics)
plot in interface Plotter.Plottablegraphics - the graphics to plot topublic Color[] getColours()
getColours in interface Plotter.Plottablepublic int[] getSize()
getSize in interface Plotter.Plottablepublic void setLabelHtml(String value)
value - The new value for LabelHtmlpublic String getLabelHtml()
public void setLabelPos(String value)
value - The new value for LabelPospublic String getLabelPos()
public void setLabelBG(Color value)
value - The new value for LabelBGpublic Color getLabelBG()
public void setLabelWidth(int value)
value - The new value for LabelWidthpublic int getLabelWidth()
public void setPreview(boolean value)
value - The new value for Previewpublic boolean getPreview()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||