package com.tridium.eas.ui.chart; public interface ValueToPixel { int getXPixel(Object obj); int getYPixel(Object obj); boolean hasX(); boolean hasY(); }