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.
|
Modifier and Type | Method and Description |
---|---|
void |
HNSInputToHandler.inputHNSTFormatSigns(java.io.InputStream ins,
boolean warn,
HNSSignsHandler hndlr)
Given an HNST text input stream and an HNS signs handler, this
method scans the string and feeds the generated stream of signs
to the handler, generating warning messages or not as specified
by the given flag argument.
|
void |
HNSInputToHandler.inputHNSTFormatSigns(java.lang.String hnsttxt,
boolean warn,
HNSSignsHandler hndlr)
Given an HNST string and an HNS signs handler, this method
scans the string and feeds the generated stream of signs to
the handler, generating warning messages or not as specified
by the given flag argument.
|
void |
HNSInputToHandler.inputStandardHNSFormatSigns(java.io.InputStream hamins,
int limit,
HNSSignsHandler hndlr)
Given an input stream for a multi-line HNS signs text and an
HNS signs handler, this method scans the text and feeds the
generated stream of signs to the handler, up to the given limit
on the number of signs.
|
void |
HNSInputToHandler.inputStandardHNSFormatSigns(java.io.Reader hamrdr,
int limit,
HNSSignsHandler hndlr)
Given a reader for a multi-line HNS signs text and an HNS signs
handler, this method scans the text and feeds the generated stream
of signs to the handler, up to the given limit on the number of
signs.
|
void |
HNSInputToHandler.inputStandardHNSFormatSigns(java.lang.String hns,
int limit,
HNSSignsHandler hndlr)
Given a (typically multi-line) HNS signs text and an HNS signs
handler, this method scans the text and feeds the generated stream
of signs to the handler, up to the given limit on the number of
signs.
|