public class RubberImageData extends AbstractSheetData
Modifier and Type | Field and Description |
---|---|
static java.util.Set<java.lang.String> |
EXTS |
alpha, file, label, points, remarks, strokeColor, strokeWeight, visible
Modifier | Constructor and Description |
---|---|
protected |
RubberImageData() |
|
RubberImageData(java.io.File f) |
protected |
RubberImageData(org.json.JSONObject o) |
|
RubberImageData(RubberImage rs) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSupported(java.io.File f)
Check if a file is a valid image or GRG file
|
create, getExtension, getUID, isValid, toJSON
protected RubberImageData()
public RubberImageData(java.io.File f)
public RubberImageData(RubberImage rs)
protected RubberImageData(org.json.JSONObject o) throws org.json.JSONException
org.json.JSONException