class ImageNode: public EnvironmentNode

This class represents an image-node

Inheritance:

ImageNode - EnvironmentNode - Node


Public Classes

[more] Align
This enumeration defines the possible values for the alignment of the images

Public Methods

[more] ImageNode(xmlNodePtr node)
The constructor initializes the image-node
[more] ~ImageNode()
Destructor
[more]void writeHTML(int which_image) const
This method writes the node to the global output filestream Output_
[more]void writeLaTeX() const
This method writes the node to the global output filestream Output_
[more]void writeXML() const
This method writes the node to the global output filestream Output_
[more]int isHTMLStepped() const
This method signals, if the HTML-output of the image-environment should be stepped
[more]int getNumberOfHTMLSteps() const
This method returns the number of steps of the HTML-output

Private Fields

[more]Align align_
The alignment of the images
[more]int latex_scale_
1, if the image in the LaTeX-output should be automatically scaled to the proper size, else 0


Inherited from EnvironmentNode:

Protected Fields

oint number_of_html_steps_


Inherited from Node:

Public Methods

oint getLength() const

Protected Fields

o child_nodes_


Documentation

This class represents an image-node.
o Align
This enumeration defines the possible values for the alignment of the images.

o ImageNode(xmlNodePtr node)
The constructor initializes the image-node.

Parameters:
node - The XML-node, which represents the image-node.

o ~ImageNode()
Destructor.

ovoid writeHTML(int which_image) const
This method writes the node to the global output filestream Output_. The format of the output must be HTML.

Parameters:
which_image - Indicates, which image should be written.

ovoid writeLaTeX() const
This method writes the node to the global output filestream Output_. The format of the output must be LaTeX.

ovoid writeXML() const
This method writes the node to the global output filestream Output_. The format of the output must be XML.

oint isHTMLStepped() const
This method signals, if the HTML-output of the image-environment should be stepped.

Returns:
1, if the HTML-output should be stepped, else 0.
See Also:
getNumberOfHTMLSteps

oint getNumberOfHTMLSteps() const
This method returns the number of steps of the HTML-output.

Returns:
The number of steps.

oAlign align_
The alignment of the images.

oint latex_scale_
1, if the image in the LaTeX-output should be automatically scaled to the proper size, else 0. If -1, the latex_scale-property was not given in the image-markup.


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.