public class YAxis extends AbstractPropertyChange
Modifier and Type | Field and Description |
---|---|
static String |
PROP_LABEL |
static String |
PROP_MAX |
static String |
PROP_MIN |
Constructor and Description |
---|
YAxis() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
double |
getMax() |
double |
getMin() |
void |
setLabel(String label) |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setMinMax(double min,
double max) |
void |
transform(double offset,
int clientHeight) |
float |
translateToClient(int height,
double value) |
double |
translateToValue(int height,
float position) |
void |
zoom(double factor) |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
public static final String PROP_MIN
public static final String PROP_MAX
public static final String PROP_LABEL
public String getLabel()
public void setLabel(String label)
public double getMin()
public void setMin(double min)
public double getMax()
public void setMax(double max)
public void setMinMax(double min, double max)
public void zoom(double factor)
public void transform(double offset, int clientHeight)
public float translateToClient(int height, double value)
public double translateToValue(int height, float position)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.