public interface GraphicsView extends Presenter
Modifier and Type | Method and Description |
---|---|
void |
addRangeWatcher(RangeWatcher rw) |
void |
attachGraphicsController(java.lang.Object obj) |
void |
setFixedAspectRatio(double ar) |
void |
setXRange(double low,
double high) |
viewChanged
void attachGraphicsController(java.lang.Object obj)
void setXRange(double low, double high)
void setFixedAspectRatio(double ar)
void addRangeWatcher(RangeWatcher rw)
Copyright © 2013. All Rights Reserved.