|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectssclient.SiGMLSignClient
public class SiGMLSignClient
Main class for an application which acts as a client for a SiGML animation service, as well as allowing SiGML files on the local system to be browsed and edited.
#### Change Log ####
2006-05-05 - Introduction of "Convert SiGML" checkbox: switching this OFF allows raw SiGML to be loaded into the display window, to be edited there, and to be dispatched to the player. TBD: HNS display for this raw SiGML.
2006-05-04 - Minor adjustments to GUI component sizes, spacing, font-sizes, to improve their appearance on Mac OS X. - Attempt to find a suitable starting directory both on Windows and on Mac OS X.
Field Summary | |
---|---|
static java.lang.String |
DATE
Date string for current version. |
static java.lang.String |
VERSION
Current version string. |
Constructor Summary | |
---|---|
SiGMLSignClient()
Starts the client, targetted on the standard port on the local host. |
|
SiGMLSignClient(java.lang.String srvr)
Starts the client, targetted on the standard port on the given server. |
|
SiGMLSignClient(java.lang.String srvr,
int port)
Starts the client, targetted on the given port on the given server. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method: launches the SiGML Client app; ignores arguments. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERSION
public static final java.lang.String DATE
Constructor Detail |
---|
public SiGMLSignClient()
public SiGMLSignClient(java.lang.String srvr)
public SiGMLSignClient(java.lang.String srvr, int port)
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |