Package com.eclipsesource.tabris.passepartout.internal.instruction

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

Related Classes of com.eclipsesource.tabris.passepartout.internal.instruction.MarginInstruction

Copyright © 2018 www.massapicom. 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.