NetCharts Server .NET Toolkit

DefaultPageCreator Methods

The methods of the DefaultPageCreator class are listed below. For a complete list of DefaultPageCreator class members, see the DefaultPageCreator Members topic.

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 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