S-PLUS Connect/Java v1.0

com.insightful.gdevice
Class SFactoryAWT

java.lang.Object
  extended by com.insightful.gdevice.SFactoryAWT
Direct Known Subclasses:
SFactory

public class SFactoryAWT
extends Object


Constructor Summary
SFactoryAWT()
           
 
Method Summary
 Color createColor(int r, int g, int b, int a)
          alpha in color not supported in AWT-only version
 com.insightful.gdevice.SGraphCommand createLinesCommandFromXML(XMLElement elt, IDHash idHash)
           
 com.insightful.gdevice.SGraphCommand createSegmentsCommandFromXML(XMLElement elt, IDHash idHash)
           
 com.insightful.gdevice.SGraphCommand createTextCommandFromXML(XMLElement elt, IDHash idHash)
           
 void displayPrintException(SGui gui, Throwable ex)
           
 void doPrint(SGui gui)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFactoryAWT

public SFactoryAWT()
Method Detail

createColor

public Color createColor(int r,
                         int g,
                         int b,
                         int a)
alpha in color not supported in AWT-only version


createLinesCommandFromXML

public com.insightful.gdevice.SGraphCommand createLinesCommandFromXML(XMLElement elt,
                                                                      IDHash idHash)

createSegmentsCommandFromXML

public com.insightful.gdevice.SGraphCommand createSegmentsCommandFromXML(XMLElement elt,
                                                                         IDHash idHash)

createTextCommandFromXML

public com.insightful.gdevice.SGraphCommand createTextCommandFromXML(XMLElement elt,
                                                                     IDHash idHash)

doPrint

public void doPrint(SGui gui)

displayPrintException

public void displayPrintException(SGui gui,
                                  Throwable ex)

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.