Uses of Class
com.maplesoft.client.HostInfo

Uses of HostInfo in com.maplesoft.client
 

Methods in com.maplesoft.client that return HostInfo
static HostInfo HostInfo.getDefaultHostInfo()
          Returns a HostInfo object representing the server that was established by the setDefaultHostInfo method.
 HostInfo MapleStatement.getHost()
          Returns the HostInfo object for this MapleStatement
 

Methods in com.maplesoft.client with parameters of type HostInfo
 void MapleStatement.setHost(HostInfo newHostinfo)
          Sets new host connection information for this MapleStatement
 

Constructors in com.maplesoft.client with parameters of type HostInfo
MapleImage2DPlot(HostInfo host, UserInfo user)
          Creates a MapleImagePlot that for the given host and user
MapleStatement(HostInfo hostinfo, UserInfo userinfo)
          Creates a MapleStatement for a given HostInfo and UserInfo.
MapleToMathML(HostInfo hostinfo, UserInfo userinfo)
          Constructor
MathMLToMaple(HostInfo hostinfo, UserInfo userinfo)
          Create a MathMLToMaple for a given host and user configuration