Examples of AxisClip


Examples of gov.nasa.arc.mct.graphics.clip.AxisClip

   * @param axis the axis to fill on, from AxisClip's constants
   * @param direction the direction to fill, from AxisClip's constants
   */
  public ClippedFill(Color c, int axis, int direction) {
    this(c);
    clip = new AxisClip(axis, direction);   
  }
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.