NetCharts Server .NET Toolkit

DefaultPageCreator Members

DefaultPageCreator overview

Public Static Fields

ALT_VAR The text in the templates that will be replaced by the alternate text of the chart or the specified chart description.
HEIGHT_VAR The text in the templates that will be replaced by the image height.
IMAGE_RETURN_PATH_DEFAULT The default value used for the image return path.
SRC_VAR The text in the templates that will be replaced by the image source.
WIDTH_VAR The text in the templates that will be replaced by the image width.

Public Instance Constructors

DefaultPageCreator Constructor Creates a new DefaultPageCreator instance.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
getDefaultDrillDownImageOverloaded. Creates HTML tags and JavaScript only directly related to the specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. Uses the default URL as the page within the source attribute of the <img> tag.
getDefaultDrillDownPageOverloaded. Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. Uses the default URL as the page within the source attribute of the <img> tag.
getDrillDownImageOverloaded. Creates HTML tags and JavaScript only directly related to the specific ServerGeneratedImage. This includes the HTML <img>, <map> and <area> tags and associated JavaScript. The URL of the calling page is used within the source attribute of the <img> tag.
getDrillDownPageOverloaded. Creates the entire HTML page which allows drill down and popup labels on the ServerGeneratedImage, which is part of the created page. Uses the default URL as the page within the source attribute of the <img> tag.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
getRolloverJavaScript Returns HTML and JavaScript code to be used within a page with interactive charts.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.
writeImage Writes the binary image data to the client.

Protected Instance Properties

LogFlag (inherited from Loggable) Whether logging should occur during processing.
LogLocation (inherited from Loggable) The file where log messages should be written to.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
init (inherited from Loggable) Initializes logging properties.
logMessage (inherited from Loggable) Logs a messaged if logging is enabled.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DefaultPageCreator Class | NetChartsServer Namespace