Package com.uic.ase.proj.xbn.output

Examples of com.uic.ase.proj.xbn.output.OWSysDotOut


    <P>Create a OSysDotOut.</P>

    <P>Equal to <CODE><A HREF="~JD~optr#optr(ow,oc)~EJD~"> Outputter</A>((new <A HREF="OWSysDotOut.html">OWSysDotOut</A>()), (new <A HREF="OConfig.html">OConfig</A>((new <A HREF="MFPlain.html">MFPlain</A>(s_indent)), true)))</CODE></P>
   **/
  public OSysDotOut(String s_indent)  {
    super((new OWSysDotOut()), (new OConfig((new MFPlain(s_indent)), true)));
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.output.OWSysDotOut

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.