public class CellUtils
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static Dictionary |
getDictionary(TemplateCellElement cell)
已过时。
replaced by CellElement.getPresent
|
static void |
setDictionary(TemplateCellElement cell,
Dictionary dict)
已过时。
replaced by CellElement.setPresent
|
static java.awt.Image |
value2Image(java.lang.Object value,
int resolution,
Style style,
int width,
int height) |
static java.awt.Image |
value2Image(java.lang.Object value,
int resolution,
Style style,
java.awt.Rectangle paint,
java.awt.Rectangle clip) |
static java.awt.Image |
value2ImageWithBackground(java.lang.Object value,
int resolution,
Style style,
int width,
int height) |
public static Dictionary getDictionary(TemplateCellElement cell)
public static void setDictionary(TemplateCellElement cell, Dictionary dict)
public static java.awt.Image value2ImageWithBackground(java.lang.Object value, int resolution, Style style, int width, int height)
public static java.awt.Image value2Image(java.lang.Object value, int resolution, Style style, int width, int height)
public static java.awt.Image value2Image(java.lang.Object value, int resolution, Style style, java.awt.Rectangle paint, java.awt.Rectangle clip)