Interface NetLibs.NetLibsConst
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface NetLibs.NetLibsConst

public interface NetLibsConst
extends Object

Variable Index

 o CMD_AUTO_GENERATE_STORY
Automatic story generation.
 o CMD_PROMPT_GENERATE_STORY
Prompt user for story generation.
 o CMD_STORY_GENERATED
Story generation complete.
 o MAXFILESIZE
Maximum file size in bytes for story templates and dictionaries.
 o MAXHEIGHT
Maximum height of the applet frame.
 o MAXWIDTH
Maximum width of the applet frame.

Variables

 o MAXWIDTH
  public final static int MAXWIDTH
Maximum width of the applet frame.
 o MAXHEIGHT
  public final static int MAXHEIGHT
Maximum height of the applet frame.
 o MAXFILESIZE
  public final static int MAXFILESIZE
Maximum file size in bytes for story templates and dictionaries.
 o CMD_AUTO_GENERATE_STORY
  public final static int CMD_AUTO_GENERATE_STORY
Automatic story generation.
 o CMD_PROMPT_GENERATE_STORY
  public final static int CMD_PROMPT_GENERATE_STORY
Prompt user for story generation.
 o CMD_STORY_GENERATED
  public final static int CMD_STORY_GENERATED
Story generation complete.

All Packages  Class Hierarchy  This Package  Previous  Next  Index