The methods of the DefaultPageCreator class are listed below. For a complete list of DefaultPageCreator class members, see the DefaultPageCreator Members topic.
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
getDefaultDrillDownImage | Overloaded. 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. |
getDefaultDrillDownPage | Overloaded. 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. |
getDrillDownImage | Overloaded. 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. |
getDrillDownPage | Overloaded. 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. |
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. |
DefaultPageCreator Class | NetChartsServer Namespace