Uses of Class
mgui.interfaces.xml.XMLObject.XMLEncoding
Package | Description |
---|---|
mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
mgui.interfaces.attributes |
Provides a standard updatable attribute object which can fire events for all interface objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.xml | |
mgui.io.domestic.shapes | |
mgui.io.standard.xml |
-
Uses of XMLObject.XMLEncoding in mgui.geometry
Fields in mgui.geometry declared as XMLObject.XMLEncoding Modifier and Type Field Description protected XMLObject.XMLEncoding
Shape3D. xml_encoding
Methods in mgui.geometry with parameters of type XMLObject.XMLEncoding Modifier and Type Method Description protected void
Shape3D. loadCoords(java.lang.String data, XMLObject.XMLEncoding encoding)
Decodesdata
and sets this shape's coordinates. -
Uses of XMLObject.XMLEncoding in mgui.interfaces.attributes
Methods in mgui.interfaces.attributes with parameters of type XMLObject.XMLEncoding Modifier and Type Method Description void
Attribute. writeXML(int tab, java.io.Writer writer, XMLObject.XMLType type, XMLObject.XMLEncoding format, ProgressUpdater progress_bar)
-
Uses of XMLObject.XMLEncoding in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as XMLObject.XMLEncoding Modifier and Type Field Description protected XMLObject.XMLEncoding
VertexDataColumn. xml_data_encoding
-
Uses of XMLObject.XMLEncoding in mgui.interfaces.xml
Methods in mgui.interfaces.xml that return XMLObject.XMLEncoding Modifier and Type Method Description static XMLObject.XMLEncoding
XMLFunctions. getEncodingForStr(java.lang.String encoding)
Returns theXMLFormat
corresponding toformat
.static XMLObject.XMLEncoding
XMLObject.XMLEncoding. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XMLObject.XMLEncoding[]
XMLObject.XMLEncoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.interfaces.xml with parameters of type XMLObject.XMLEncoding Modifier and Type Method Description static java.lang.String
XMLFunctions. getEncodingStr(XMLObject.XMLEncoding encoding)
Returns the string corresponding toencoding
. -
Uses of XMLObject.XMLEncoding in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes with type parameters of type XMLObject.XMLEncoding Modifier and Type Field Description java.util.ArrayList<XMLObject.XMLEncoding>
ShapeOutputOptions. encodings
-
Uses of XMLObject.XMLEncoding in mgui.io.standard.xml
Fields in mgui.io.standard.xml declared as XMLObject.XMLEncoding Modifier and Type Field Description XMLObject.XMLEncoding
XMLOutputOptions. encoding