public class Comment extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Double |
height
指定批注框显示的宽和高
|
String |
style
Styles
|
String |
title
标题,加粗显示
|
Font |
titleFont
指定批注字体
|
String |
value
内容
|
Font |
valueFont
指定批注字体
|
Double |
width
指定批注框显示的宽和高
|
| 构造器和说明 |
|---|
Comment() |
Comment(String value) |
Comment(String value,
Double width,
Double height) |
Comment(String title,
String value) |
Comment(String title,
String value,
Double width,
Double height) |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getHeight() |
String |
getTitle() |
Font |
getTitleFont() |
String |
getValue() |
Font |
getValueFont() |
Double |
getWidth() |
Comment |
setHeight(Double height) |
Comment |
setTitle(String title) |
Comment |
setTitle(String title,
Font titleFont) |
Comment |
setTitleFont(Font titleFont) |
Comment |
setValue(String value) |
Comment |
setValue(String value,
Font valueFont) |
Comment |
setValueFont(Font valueFont) |
Comment |
setWidth(Double width) |
public String title
public String value
public Double width
public Double height
public Font titleFont
public Font valueFont
public String style
public Comment()
public Comment(String value)
Copyright © 2025. All rights reserved.