public class Cells extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Cells.CellBuilder |
| 限定符和类型 | 方法和说明 |
|---|---|
static CellRenderData |
create(String text) |
static Cells.CellBuilder |
of() |
static Cells.CellBuilder |
of(PictureRenderData picture) |
static Cells.CellBuilder |
of(String text) |
static Cells.CellBuilder |
of(TextRenderData text) |
public static Cells.CellBuilder of()
public static Cells.CellBuilder of(String text)
public static Cells.CellBuilder of(PictureRenderData picture)
public static Cells.CellBuilder of(TextRenderData text)
public static CellRenderData create(String text)
Copyright © 2021. All rights reserved.