package org.whole.lang.flowchart.model; /** * @generator Whole */ public interface Pixels extends IFlowchartEntity { public int getValue(); public void setValue(int value); }