Class ARG_SVGPictureRawData
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_SVGPictureRawData
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_SVGPictureRawData
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue if SVG exists and the diagram is marked as unchangedlocale code used at SVG generationbyte[]binary format of the SVG picturehash code at SVG generation time -
Constructor Summary
ConstructorsConstructorDescriptionARG_SVGPictureRawData(byte[] seqData, String strDiaHash, K_LOCALE kLocale, boolean isActualSVG) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
seqData
public byte[] seqDatabinary format of the SVG picture -
strDiaHash
hash code at SVG generation time -
kLocale
locale code used at SVG generation -
isActualSVG
public boolean isActualSVGtrue if SVG exists and the diagram is marked as unchanged
-
-
Constructor Details
-
ARG_SVGPictureRawData
public ARG_SVGPictureRawData() -
ARG_SVGPictureRawData
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-