Package h
Class ST_layout_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_layout_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_layout_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description boolean
centered
double
dpi
boolean
filled
CString
id
boolean
landscape
ST_pointf
margin
ST_pointf
page
double
quantum
double
ratio
EN_ratio_t
ratio_kind
double
scale
ST_pointf
size
__ptr__
xdots
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_layout_t()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
quantum
public double quantum
-
scale
public double scale
-
ratio
public double ratio
-
dpi
public double dpi
-
margin
public ST_pointf margin
-
page
public ST_pointf page
-
size
public ST_pointf size
-
filled
public boolean filled
-
landscape
public boolean landscape
-
centered
public boolean centered
-
ratio_kind
public EN_ratio_t ratio_kind
-
xdots
public __ptr__ xdots
-
id
public CString id
-
-