public static class MAnnotationInternal.AnnotationStr.Annotationbase
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
MAnnotationInternal.AnnotationStr.Annotationbase.MColor |
static class |
MAnnotationInternal.AnnotationStr.Annotationbase.Rect |
static class |
MAnnotationInternal.AnnotationStr.Annotationbase.TextInfo |
构造器和说明 |
---|
Annotationbase(int tool_type_) |
Annotationbase(java.lang.String annotation_id_,
java.lang.String user_id_,
int line_width_,
int line_arrow_,
java.lang.String object_id_,
int tool_type_,
MAnnotationInternal.AnnotationStr.Annotationbase.Rect annotation_rect_,
MAnnotationInternal.AnnotationStr.Annotationbase.Rect display_rect_,
MAnnotationInternal.AnnotationStr.Annotationbase.Rect object_rect_,
MAnnotationInternal.AnnotationStr.Annotationbase.MColor fill_color_,
MAnnotationInternal.AnnotationStr.Annotationbase.MColor line_color_) |
public Annotationbase(int tool_type_)
public Annotationbase(java.lang.String annotation_id_, java.lang.String user_id_, int line_width_, int line_arrow_, java.lang.String object_id_, int tool_type_, MAnnotationInternal.AnnotationStr.Annotationbase.Rect annotation_rect_, MAnnotationInternal.AnnotationStr.Annotationbase.Rect display_rect_, MAnnotationInternal.AnnotationStr.Annotationbase.Rect object_rect_, MAnnotationInternal.AnnotationStr.Annotationbase.MColor fill_color_, MAnnotationInternal.AnnotationStr.Annotationbase.MColor line_color_)
public java.lang.String getAnnotation_id_()
public void setAnnotation_id_(java.lang.String annotation_id_)
public java.lang.String getUser_id_()
public void setUser_id_(java.lang.String user_id_)
public int getLine_width_()
public void setLine_width_(int line_width_)
public int getLine_arrow_()
public void setLine_arrow_(int line_arrow_)
public java.lang.String getObject_id_()
public void setObject_id_(java.lang.String object_id_)
public int getTool_type_()
public void setTool_type_(int tool_type_)
public MAnnotationInternal.AnnotationStr.Annotationbase.Rect getAnnotation_rect_()
public void setAnnotation_rect_(MAnnotationInternal.AnnotationStr.Annotationbase.Rect annotation_rect_)
public MAnnotationInternal.AnnotationStr.Annotationbase.Rect getDisplay_rect_()
public void setDisplay_rect_(MAnnotationInternal.AnnotationStr.Annotationbase.Rect display_rect_)
public MAnnotationInternal.AnnotationStr.Annotationbase.Rect getObject_rect_()
public void setObject_rect_(MAnnotationInternal.AnnotationStr.Annotationbase.Rect object_rect_)
public MAnnotationInternal.AnnotationStr.Annotationbase.TextInfo getTxtinfo()
public void setTxtinfo(MAnnotationInternal.AnnotationStr.Annotationbase.TextInfo txtinfo)
public MAnnotationInternal.AnnotationStr.Annotationbase.MColor getFill_color_()
public void setFill_color_(MAnnotationInternal.AnnotationStr.Annotationbase.MColor fill_color_)
public MAnnotationInternal.AnnotationStr.Annotationbase.MColor getLine_color_()
public void setLine_color_(MAnnotationInternal.AnnotationStr.Annotationbase.MColor line_color_)
public java.lang.String toString()
toString
在类中 java.lang.Object