public class Comment extends Object
| 构造器和说明 |
|---|
Comment() |
Comment(String title,
String value) |
Comment(String title,
String value,
Double width,
Double height) |
public String getTitle()
public void setTitle(String title)
public String getValue()
public void setValue(String value)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
Copyright © 2022. All rights reserved.