1 17 18 19 20 package org.apache.fop.layoutmgr; 21 22 import org.apache.fop.traits.MinOptMax; 23 24 28 public interface ConditionalElementListener { 29 30 35 void notifySpace(RelSide side, MinOptMax effectiveLength); 36 37 43 void notifyBorder(RelSide side, MinOptMax effectiveLength); 44 45 51 void notifyPadding(RelSide side, MinOptMax effectiveLength); 52 53 } 54 | Popular Tags |