Examples of MfLogPen


Examples of org.pentaho.reporting.libraries.pixie.wmf.MfLogPen

   *
   * @param file the meta file.
   */
  public void replay(final WmfFile file)
  {
    final MfLogPen lpen = new MfLogPen();
    lpen.setStyle(getStyle());
    lpen.setColor(getColor());
    lpen.setWidth(getScaledWidth());

    file.getCurrentState().setLogPen(lpen);
    file.storeObject(lpen);
  }
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.