public class TimingRuler extends Object
| Constructor and Description |
|---|
TimingRuler(ISkinParam skinParam) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTime(TimeTick time) |
void |
draw(UGraphic ug) |
double |
getMaxPosInPixel() |
double |
getPosInPixel(BigDecimal time) |
double |
getPosInPixel(TimeTick when) |
double |
getWidth() |
void |
scaleInPixels(long tick,
long pixel) |
public TimingRuler(ISkinParam skinParam)
public void scaleInPixels(long tick,
long pixel)
public double getWidth()
public void addTime(TimeTick time)
public void draw(UGraphic ug)
public final double getPosInPixel(BigDecimal time)
public final double getPosInPixel(TimeTick when)
public final double getMaxPosInPixel()
Copyright © 2017. All rights reserved.