Package | Description |
---|---|
org.catacomb.graph.arbor | |
org.catacomb.graph.drawing |
Modifier and Type | Method and Description |
---|---|
VectorIcon |
SegmentGraph.getVectorIcon() |
Modifier and Type | Field and Description |
---|---|
(package private) VectorIcon |
IconWrapper.icon |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.HashMap<VectorIcon,IconImage> |
IconImageCache.image32x32HM |
(package private) java.util.HashMap<VectorIcon,IconImage> |
IconImageCache.image48x48HM |
Modifier and Type | Method and Description |
---|---|
VectorIcon |
VectorIcon.copy() |
static VectorIcon |
VectorIcon.errorIcon() |
VectorIcon |
IconWrapper.getIcon() |
VectorIcon |
VectorIconed.getVectorIcon() |
VectorIcon |
VectorIconAdopter.getVectorIcon() |
static VectorIcon |
VectorIcon.makeErrorIcon() |
static VectorIcon |
VectorIcon.makePendingIcon() |
static VectorIcon |
VectorIcon.makeRefIcon() |
Modifier and Type | Method and Description |
---|---|
void |
VectorIcon.addSubIcon(VectorIcon icon,
double x,
double y,
double scl) |
private IconImage |
IconImageCache.getImage(java.util.HashMap<VectorIcon,IconImage> hm,
VectorIcon vi,
int nx,
int ny) |
IconImage |
IconImageCache.getImage32x32(VectorIcon vi) |
IconImage |
IconImageCache.getImage48x48(VectorIcon vi) |
IconImage |
IconImageCache.makeImage(VectorIcon vi,
int nx,
int ny) |
void |
VectorIconable.setVectorIcon(VectorIcon vi) |
Modifier and Type | Method and Description |
---|---|
private IconImage |
IconImageCache.getImage(java.util.HashMap<VectorIcon,IconImage> hm,
VectorIcon vi,
int nx,
int ny) |
Constructor and Description |
---|
IconWrapper(VectorIcon vi,
double x,
double y,
double scl) |
Copyright © 2013. All Rights Reserved.