package mygraphs; public interface GraphableData { public float getCurrentValue(); public String getLabel(); }