| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.io.gml.LabelGraphicsEncoder
public class LabelGraphicsEncoder
This class can encode YLabels in valid GML
| Constructor Summary | |
|---|---|
| LabelGraphicsEncoder() | |
| Method Summary | |
|---|---|
|  void | encode(java.lang.Object item,
       GMLEncoder enc)This method will try to encode the given object using the GMLEncoder | 
| static java.lang.String | encodeAlignment(byte alignment)Encodes a YLabel YLabel.getAlignment()to a string. | 
| static java.lang.String | encodeFontStyle(int style)Encodes the Font.getStyle()to a string. | 
| protected  java.lang.String | encodeType(java.lang.String qualifiedName)Returns the external form of the given qualified class name. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LabelGraphicsEncoder()
| Method Detail | 
|---|
public void encode(java.lang.Object item,
                   GMLEncoder enc)
            throws java.io.IOException
ObjectEncoder
encode in interface ObjectEncoderitem - the object to be encodedenc - an encoder
java.io.IOException - in the case of an I/O exceptionprotected java.lang.String encodeType(java.lang.String qualifiedName)
 By default, this method delegates to YGFIOHandler.encode(String).
 
Note: To prevent obfuscation from breaking user data serialization, an explicit class name encoding should be specified for user data types.
YGFIOHandler.addEncoding(String, String), 
LabelGraphicsParser.decodeType(String)public static java.lang.String encodeFontStyle(int style)
Font.getStyle() to a string.
public static java.lang.String encodeAlignment(byte alignment)
YLabel.getAlignment() to a string.
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||