Interface NetLibs.NetLibsConst
All Packages Class Hierarchy This Package Previous Next Index
Interface NetLibs.NetLibsConst
- public interface NetLibsConst
- extends Object
-
CMD_AUTO_GENERATE_STORY
- Automatic story generation.
-
CMD_PROMPT_GENERATE_STORY
- Prompt user for story generation.
-
CMD_STORY_GENERATED
- Story generation complete.
-
MAXFILESIZE
- Maximum file size in bytes for story templates and dictionaries.
-
MAXHEIGHT
- Maximum height of the applet frame.
-
MAXWIDTH
- Maximum width of the applet frame.
MAXWIDTH
public final static int MAXWIDTH
- Maximum width of the applet frame.
MAXHEIGHT
public final static int MAXHEIGHT
- Maximum height of the applet frame.
MAXFILESIZE
public final static int MAXFILESIZE
- Maximum file size in bytes for story templates and dictionaries.
CMD_AUTO_GENERATE_STORY
public final static int CMD_AUTO_GENERATE_STORY
- Automatic story generation.
CMD_PROMPT_GENERATE_STORY
public final static int CMD_PROMPT_GENERATE_STORY
- Prompt user for story generation.
CMD_STORY_GENERATED
public final static int CMD_STORY_GENERATED
- Story generation complete.
All Packages Class Hierarchy This Package Previous Next Index