Package com.inductiveautomation.rm.out
Class RMHtmlFile
java.lang.Object
com.inductiveautomation.rm.out.RMHtmlFile
Generates an HTML file.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classMakes a path string from an AWT Path.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RMHtmlFileCreates a new RMHtmlFile for given document.
 
- 
- 
Method Details- 
getXMLReturns document as HTML XML.
- 
getStringReturns a HTML XML string for document.
- 
getBytespublic byte[] getBytes()Returns bytes.
- 
writeWrites HTML to file.
- 
toXMLWrites a shape to SVG HTML XML.
 
-