Package h
Class ST_Agraphinfo_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agrec_s
-
- h.ST_Agraphinfo_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_Agraphinfo_t extends ST_Agrec_s
-
-
Field Summary
Fields Modifier and Type Field Description ST_boxf
bb
ST_pointf[]
border
int
charset
CFunction
cleanup
CArrayOfStar<ST_Agraph_s>
clust
ST_nlist_t
comp
ST_Agraph_s
dotroot
ST_layout_t
drawing
int
exact_ranksep
boolean
expanded
int
flags
int
fontnames
ST_GVC_s
gvc
int
has_flat_edges
int
has_labels
double
ht1
double
ht2
int
installed
ST_textlabel_t
label
int
label_pos
ST_Agnode_s
leader
ST_Agnode_s
ln
int
maxrank
ST_Agnode_s
maxset
int
minrank
ST_Agnode_s
minset
int
n_cluster
int
n_nodes
ST_Agnode_s
nlist
int
nodesep
ST_Agraph_s
parent
CArray<ST_rank_t>
rank
int
rankdir
CArrayOfStar<ST_Agnode_s>
rankleader
int
ranksep
ST_Agnode_s
rn
int
set_type
int
showboxes
-
Fields inherited from class h.ST_Agrec_s
name, next
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agraphinfo_t()
-
Method Summary
-
Methods inherited from class h.ST_Agrec_s
isSameThan
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, unsupported
-
-
-
-
Field Detail
-
drawing
public ST_layout_t drawing
-
label
public ST_textlabel_t label
-
bb
public final ST_boxf bb
-
border
public final ST_pointf[] border
-
has_labels
public int has_labels
-
charset
public int charset
-
rankdir
public int rankdir
-
ht1
public double ht1
-
ht2
public double ht2
-
flags
public int flags
-
gvc
public ST_GVC_s gvc
-
cleanup
public CFunction cleanup
-
n_cluster
public int n_cluster
-
clust
public CArrayOfStar<ST_Agraph_s> clust
-
dotroot
public ST_Agraph_s dotroot
-
nlist
public ST_Agnode_s nlist
-
parent
public ST_Agraph_s parent
-
comp
public final ST_nlist_t comp
-
minset
public ST_Agnode_s minset
-
maxset
public ST_Agnode_s maxset
-
n_nodes
public int n_nodes
-
minrank
public int minrank
-
maxrank
public int maxrank
-
has_flat_edges
public int has_flat_edges
-
showboxes
public int showboxes
-
fontnames
public int fontnames
-
nodesep
public int nodesep
-
ranksep
public int ranksep
-
ln
public ST_Agnode_s ln
-
rn
public ST_Agnode_s rn
-
leader
public ST_Agnode_s leader
-
rankleader
public CArrayOfStar<ST_Agnode_s> rankleader
-
expanded
public boolean expanded
-
installed
public int installed
-
set_type
public int set_type
-
label_pos
public int label_pos
-
exact_ranksep
public int exact_ranksep
-
-