public abstract class AbstractPositionYRuler extends AbstractRuler
Modifier and Type | Field and Description |
---|---|
protected YAxis |
axis |
color, visible
Constructor and Description |
---|
AbstractPositionYRuler(YAxis axis,
int style) |
Modifier and Type | Method and Description |
---|---|
protected void |
doRender(Graphics g,
org.eclipse.swt.graphics.Rectangle clientRectangle) |
abstract Double |
getPosition() |
void |
setAxis(YAxis axis) |
void |
setStyle(int style) |
render, resize, setAlpha, setColor, setLineAttributes, setVisible
protected YAxis axis
public AbstractPositionYRuler(YAxis axis, int style)
public void setStyle(int style)
public void setAxis(YAxis axis)
public abstract Double getPosition()
protected void doRender(Graphics g, org.eclipse.swt.graphics.Rectangle clientRectangle)
doRender
in class AbstractRuler
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.