|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.DataRenderer visad.java2d.RendererJ2D visad.java2d.DefaultRendererJ2D
public class DefaultRendererJ2D
DefaultRendererJ2D is the VisAD class for the default graphics rendering algorithm under Java2D.
Field Summary |
---|
Fields inherited from class visad.DataRenderer |
---|
enabled, pickCrawlToCursor |
Constructor Summary | |
---|---|
DefaultRendererJ2D()
this is the default DataRenderer used by the addReference method for DisplayImplJ2D |
Method Summary | |
---|---|
Object |
clone()
|
VisADGroup |
doTransform()
create a VisADGroup scene graph for Data in links[0] |
DataDisplayLink |
getLink()
used by ShadowFunctionOrSetType for transform time-out hack |
void |
setLinks(DataDisplayLink[] links,
DisplayImpl d)
set DataDisplayLinks for linked Data, and set associated DisplayImpl |
Methods inherited from class visad.java2d.RendererJ2D |
---|
clearBranch, clearScene, doAction, makeShadowFunctionType, makeShadowRealTupleType, makeShadowRealType, makeShadowSetType, makeShadowTextType, makeShadowTupleType, toggle |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultRendererJ2D()
Method Detail |
---|
public void setLinks(DataDisplayLink[] links, DisplayImpl d) throws VisADException
DataRenderer
setLinks
in class RendererJ2D
links
- array of DataDisplayLinks to setd
- associated DisplayImpl to set
VisADException
- a VisAD error occurredpublic VisADGroup doTransform() throws VisADException, RemoteException
doTransform
in class RendererJ2D
VisADException
RemoteException
public DataDisplayLink getLink()
DataRenderer
getLink
in class DataRenderer
public Object clone()
clone
in class DataRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |