Examples of MarginInstruction


Examples of com.eclipsesource.tabris.passepartout.internal.instruction.MarginInstruction

   * @param right the right margin. Must not be <code>null</code>.
   * @param bottom the bottom margin. Must not be <code>null</code>.
   * @param left the left margin. Must not be <code>null</code>.
   */
  public static Instruction margins( Unit top, Unit right, Unit bottom, Unit left ) {
    return new MarginInstruction( top, right, bottom, left );
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.