Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.annotation.infos
Class XAnnotationMarkupInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.annotation.infos.XAnnotationMarkupInfo


public class XAnnotationMarkupInfo
extends XDTO

Annotation Markup Information DTO.


Field Summary
 Integer Color
          Annotation markup color.
 String DraftChat
          Any Draft Chat text.
 String Markup
          Annotation markup text.
 int X
          Annotation markup X coordinate.
 int Y
          Annotation markup Y coordinate.
 int Z
          Annotation markup Z coordinate.

 

Constructor Summary
XAnnotationMarkupInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

X

public int X
Annotation markup X coordinate.

Y

public int Y
Annotation markup Y coordinate.

Z

public int Z
Annotation markup Z coordinate.

Color

public Integer Color
Annotation markup color.

Markup

public String Markup
Annotation markup text.

DraftChat

public String DraftChat
Any Draft Chat text. This field is ONLY used for draft markup.

Constructor Detail

XAnnotationMarkupInfo

public XAnnotationMarkupInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.