Uses of Class
net.sourceforge.jeuclid.ParameterKey

Packages that use ParameterKey
net.sourceforge.jeuclid Entry point for JEuclid. 
net.sourceforge.jeuclid.app.mathviewer Contains the actual implementation of the MathViewer app. 
net.sourceforge.jeuclid.app.support Provides support for applications based on JEuclid. 
net.sourceforge.jeuclid.awt Provides a Java AWT Component for MathML Rendering. 
net.sourceforge.jeuclid.converter An API for conversion from MathML to different output formats. 
net.sourceforge.jeuclid.parser Contains Parsers for MathML Documents. 
net.sourceforge.jeuclid.swing Provides a Java Swing Component for MathML Rendering. 
 

Uses of ParameterKey in net.sourceforge.jeuclid
 

Methods in net.sourceforge.jeuclid that return ParameterKey
static ParameterKey ParameterKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterKey[] ParameterKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.jeuclid that return types with arguments of type ParameterKey
static Map<ParameterKey,String> MathBase.getDefaultParameters()
          Provides a reasonable set of default parameters.
 Map<ParameterKey,String> MathBase.getParams()
          Retrieves the current set of parametes.
 

Methods in net.sourceforge.jeuclid with parameters of type ParameterKey
 void MathBase.setParam(ParameterKey key, String value)
          Sets a rendering parameter.
 

Method parameters in net.sourceforge.jeuclid with type arguments of type ParameterKey
static boolean Converter.convert(Document doc, File outFile, Map<ParameterKey,String> params)
          Converts an existing file from MathML or ODF to the given type.
static boolean Converter.convert(File inFile, File outFile, Map<ParameterKey,String> params)
          Converts an existing file from MathML or ODF to the given type.
static MathBase MathMLParserSupport.createMathBaseFromDocument(Node document, Map<ParameterKey,String> params)
          Parse an input file and return the MathBase object.
static MathBase MathMLParserSupport.createMathBaseFromFile(File inFile, Map<ParameterKey,String> params)
          Parse an input file and return the MathBase object.
static BufferedImage Converter.render(Document doc, Map<ParameterKey,String> params)
          Renders a document into an image.
 

Constructor parameters in net.sourceforge.jeuclid with type arguments of type ParameterKey
MathBase(Map<ParameterKey,String> params)
          Default constructor.
 

Uses of ParameterKey in net.sourceforge.jeuclid.app.mathviewer
 

Method parameters in net.sourceforge.jeuclid.app.mathviewer with type arguments of type ParameterKey
 void FileIO.saveDocument(Frame parent, Document document, Map<ParameterKey,String> params)
          Save a document.
 

Uses of ParameterKey in net.sourceforge.jeuclid.app.support
 

Methods in net.sourceforge.jeuclid.app.support that return types with arguments of type ParameterKey
 Map<ParameterKey,String> CommandLineParser.ParseResults.getParams()
           
 

Constructor parameters in net.sourceforge.jeuclid.app.support with type arguments of type ParameterKey
CommandLineParser.ParseResults(File s, File t, Map<ParameterKey,String> p)
          Construct a ParseResults Object.
 

Uses of ParameterKey in net.sourceforge.jeuclid.awt
 

Method parameters in net.sourceforge.jeuclid.awt with type arguments of type ParameterKey
 void MathComponent.setParameters(Map<ParameterKey,String> newParameters)
          Sets the rendering parameters.
 

Uses of ParameterKey in net.sourceforge.jeuclid.converter
 

Method parameters in net.sourceforge.jeuclid.converter with type arguments of type ParameterKey
 Dimension Converter.convert(File inFile, File outFile, Map<ParameterKey,String> params)
          Converts an existing file from MathML or ODF to the given type.
 Dimension Converter.convert(Node doc, File outFile, Map<ParameterKey,String> params)
          Converts an existing file from MathML or ODF to the given type.
 Dimension Converter.convert(Node doc, OutputStream outStream, Map<ParameterKey,String> params)
          Converts an existing file from MathML or ODF to the given type.
 

Uses of ParameterKey in net.sourceforge.jeuclid.parser
 

Method parameters in net.sourceforge.jeuclid.parser with type arguments of type ParameterKey
 MathBase MathBaseFactory.createMathBase(Source source, Map<ParameterKey,String> params)
          Parse an input source and return the MathBase object.
 

Uses of ParameterKey in net.sourceforge.jeuclid.swing
 

Methods in net.sourceforge.jeuclid.swing that return types with arguments of type ParameterKey
 Map<ParameterKey,String> JMathComponent.getParameters()
           
 

Methods in net.sourceforge.jeuclid.swing with parameters of type ParameterKey
 void JMathComponent.setParameter(ParameterKey key, String value)
          Sets a generic JEuclid rendering parameter.
 



Copyright © 2002-2008 The JEuclid project. All Rights Reserved.