public static class SceneTranslator.OldSceneParser extends Object implements ModelParser
Modifier and Type | Field and Description |
---|---|
static String |
CONFIDENCE_TAG
Indicates the confidence of a scene element.
|
static String |
DTD_1
The DTD for sketch files.
|
static String |
DTD_URL
The URL where the DTD is stored.
|
static String |
NAME_TAG
Indicates the name of scene element in a composite element.
|
static String |
POINTS_TAG
Indicates the stroke path for a stroke element.
|
static String |
PUBLIC_ID
The public identity of the sketch dtd file.
|
static String |
SCENE_ELEMENT_TAG
Indicates a scene element.
|
static String |
SCENE_TAG
Indicates the file contains a scene.
|
static String |
STROKE_ELEMENT_TAG
Indicates a stroke element.
|
static String |
TYPE_TAG
Indicates the type of scene element.
|
Constructor and Description |
---|
OldSceneParser() |
Modifier and Type | Method and Description |
---|---|
Object |
parse(Reader in)
Parse the input stream dictated by the given
reader intoa scene.
|
public static final String PUBLIC_ID
public static final String DTD_URL
public static final String DTD_1
public static final String SCENE_TAG
public static final String SCENE_ELEMENT_TAG
public static final String STROKE_ELEMENT_TAG
public static final String TYPE_TAG
public static final String NAME_TAG
public static final String CONFIDENCE_TAG
public static final String POINTS_TAG
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.