|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.DataRenderer
visad.java3d.RendererJ3D
visad.java3d.DefaultRendererJ3D
visad.bom.BarbRendererJ3D
ucar.visad.WindBarbRenderer
public class WindBarbRenderer
Custom barb renderer
| Field Summary |
|---|
| Fields inherited from class visad.DataRenderer |
|---|
enabled, pickCrawlToCursor |
| Constructor Summary | |
|---|---|
WindBarbRenderer()
Default ctor |
|
WindBarbRenderer(Unit speedUnit)
Create a WindBarbRenderer with the specified speed unit for the values being displayed |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone this |
float[] |
makeVector(boolean south,
float x,
float y,
float z,
float scale,
float pt_size,
float f0,
float f1,
float[] vx,
float[] vy,
float[] vz,
int[] numv,
float[] tx,
float[] ty,
float[] tz,
int[] numt)
Make the barb |
| Methods inherited from class visad.bom.BarbRendererJ3D |
|---|
getKnotsConvert, main, makeShadowFunctionType, makeShadowRealTupleType, makeShadowRealType, makeShadowSetType, makeShadowTupleType, setKnotsConvert |
| Methods inherited from class visad.java3d.DefaultRendererJ3D |
|---|
addSwitch, clearScene, doTransform, getLink, setLinks |
| Methods inherited from class visad.java3d.RendererJ3D |
|---|
clearBranch, doAction, flush, getBranch, makeShadowTextType, setBranchEarly, toggle |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindBarbRenderer()
public WindBarbRenderer(Unit speedUnit)
speedUnit - the units of the values| Method Detail |
|---|
public float[] makeVector(boolean south,
float x,
float y,
float z,
float scale,
float pt_size,
float f0,
float f1,
float[] vx,
float[] vy,
float[] vz,
int[] numv,
float[] tx,
float[] ty,
float[] tz,
int[] numt)
makeVector in interface BarbRenderermakeVector in class BarbRendererJ3Dsouth - true if southern hemispherex - x positiony - y positionz - z positionscale - scale factorpt_size - spacingf0 - u componentf1 - v componentvx - line x pointsvy - line y pointsvz - line z pointsnumv - num line pointstx - triangle x pointsty - triangle y pointstz - triangle z pointsnumt - triangles
public Object clone()
clone in class BarbRendererJ3D
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||