Package | Description |
---|---|
hnscnvt |
This package implements the processing of HamNoSys 4 sign data
in various input formats to give the corresponding HamNoSysML (HML)
and gestural SiGML representations.
|
hnsgen |
This package implements the conversion of gestural SiGML signs
(that is,
<hamgestural_sign> elements) to the corresponding
HamNoSys 4 signs, represented as HNS SiGML signs
(that is, <hns_sign> elements). |
sigmlinlib |
This package defines the classes that define the main SiGML Input Library
API, including the provision of a networked SiGML signing data input service
using TCP/IP and UDP server sockets, suitable for use by an avatar based
SiGML animation module.
|
ssclient |
This package defines the classes that implement the SiGML Signing Client
application, which provides GUI-based SiGML signing data input, editing,
and client-side dispatch to a network-hosted SiGML animation service.
|
Modifier and Type | Method and Description |
---|---|
HNSSign |
HNSSignElementToHNS.convert(org.w3c.dom.Element hnssignel)
|
HNSSign |
HNSSignElementToHNS.convert(java.lang.String hnssigneltxt)
Returns the
HNSSign for the given
<hns_sign> element string. |
HNSSign |
HNSSignSAXHandler.getHNSSign()
Returns the scanned
HNSSign . |
HNSSign[] |
HNSInputAsSignSequence.hnsSignSequence()
Returns the generated sequence of
HNSSign s. |
Modifier and Type | Method and Description |
---|---|
void |
HNSSignToElementText.convert(HNSSign hnss,
java.lang.StringBuilder hnsbuf)
Generates the
<hns_sign> element text for the
given HNSSign , and appends it to the given
string builder. |
org.w3c.dom.Element |
HNSToHML.hmlSign(HNSSign hsign)
Generates and returns the HML
<sign> element
for the given HNSSign . |
java.lang.String |
HNSToHML.hmlSignText(HNSSign hsign)
Generates and returns the HML
<sign> element
for the given HNSSign . |
java.lang.String |
HNSSignToElementText.hnsSignElement(HNSSign hnss)
Generates and returns the
<hns_sign> element text
for the given HNSSign . |
void |
HNSSignsHandler.processHNSSign(HNSSign hsign)
Reports the generation of the next sign, passing this sign
as the argument for the handler to process.
|
Modifier and Type | Method and Description |
---|---|
HNSSign |
HNS3To4.convert(HNSSign hns)
Returns a new
HNSSign obtained by converting
the given one from HNS-3 to HNS-4 format. |
Modifier and Type | Method and Description |
---|---|
HNSSign |
HNS3To4.convert(HNSSign hns)
Returns a new
HNSSign obtained by converting
the given one from HNS-3 to HNS-4 format. |
Modifier and Type | Method and Description |
---|---|
HNSSign[] |
SiGMLInLib.gesturalSiGMLToHNS(java.lang.String gsigml)
Returns a sequence of
HNSSign s, one for
each <hamgestural_sign> element in the given SiGML document
text. |
Modifier and Type | Method and Description |
---|---|
static javax.swing.JTable |
HNSTableSuppport.makeHNSTable(HNSSign[] signs) |
Constructor and Description |
---|
HNSModel(HNSSign[] signs) |