.getLatestNewStarMessage();
switch (msg.getPanType()) {
case LEFT:
if (plot.getDomainAxis().getLowerBound() >= -1) {
plot.panDomainAxes(-percentage, plotInfo, source);
}
break;
case RIGHT:
if (plot.getDomainAxis().getUpperBound() <= 1) {
plot.panDomainAxes(percentage, plotInfo, source);