public class FixGeomSizeAppearance extends Object implements ControlListener
Modifier and Type | Field and Description |
---|---|
protected double |
first_scale |
protected ShadowType |
shadow |
Constructor and Description |
---|
FixGeomSizeAppearance(ProjectionControl p_cntrl,
ShadowType shadow,
MouseBehavior mouseBehav) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object branch,
VisADGeometryArray array,
ArrayList<float[]> anchors,
GraphicsModeControl mode,
float constant_alpha,
float[] constant_color) |
void |
controlChanged(ControlEvent e)
send a ControlEvent to this ControlListener
|
boolean |
isLocked() |
void |
lock() |
void |
rescaleAndReplace(double scale,
Object topBranch,
VisADGeometryArray array,
ArrayList<float[]> anchors,
GraphicsModeControl mode,
float constant_alpha,
float[] constant_color) |
void |
unlock() |
void |
update() |
protected double first_scale
protected ShadowType shadow
public FixGeomSizeAppearance(ProjectionControl p_cntrl, ShadowType shadow, MouseBehavior mouseBehav)
p_cntrl
- public void controlChanged(ControlEvent e) throws VisADException, RemoteException
ControlListener
controlChanged
in interface ControlListener
e
- RemoteException
VisADException
public void update() throws VisADException
VisADException
public void rescaleAndReplace(double scale, Object topBranch, VisADGeometryArray array, ArrayList<float[]> anchors, GraphicsModeControl mode, float constant_alpha, float[] constant_color) throws VisADException
VisADException
public void add(Object branch, VisADGeometryArray array, ArrayList<float[]> anchors, GraphicsModeControl mode, float constant_alpha, float[] constant_color)
public void lock()
public void unlock()
public boolean isLocked()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.