S-PLUS Connect/Java v1.0

com.insightful.gdevice
Class SFactory

java.lang.Object
  extended by com.insightful.gdevice.SFactoryAWT
      extended by com.insightful.gdevice.SFactory

public class SFactory
extends SFactoryAWT


Constructor Summary
SFactory()
           
 
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 doPrint(SGui gui)
           
 
Methods inherited from class com.insightful.gdevice.SFactoryAWT
displayPrintException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFactory

public SFactory()
Method Detail

createColor

public Color createColor(int r,
                         int g,
                         int b,
                         int a)
Description copied from class: SFactoryAWT
alpha in color not supported in AWT-only version

Overrides:
createColor in class SFactoryAWT

createLinesCommandFromXML

public com.insightful.gdevice.SGraphCommand createLinesCommandFromXML(XMLElement elt,
                                                                      IDHash idHash)
Overrides:
createLinesCommandFromXML in class SFactoryAWT

createSegmentsCommandFromXML

public com.insightful.gdevice.SGraphCommand createSegmentsCommandFromXML(XMLElement elt,
                                                                         IDHash idHash)
Overrides:
createSegmentsCommandFromXML in class SFactoryAWT

createTextCommandFromXML

public com.insightful.gdevice.SGraphCommand createTextCommandFromXML(XMLElement elt,
                                                                     IDHash idHash)
Overrides:
createTextCommandFromXML in class SFactoryAWT

doPrint

public void doPrint(SGui gui)
Overrides:
doPrint in class SFactoryAWT

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.