public interface Attributes
Modifier and Type | Field and Description |
---|---|
static int |
ARROW_BOTH |
static int |
ARROW_END |
static int |
ARROW_NONE |
static int |
ARROW_START |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Current color
|
String |
getDrawAs()
Current DrawAs value
|
Color |
getFillColor()
Current fill color
|
Color |
getFrameColor()
Current frame color
|
double |
getFrameWidth()
Current frame line width
|
double |
getLineWidth()
Current line width
|
double |
getMarkSize()
Current marker size
|
int |
getMarkSymbol()
Current marker symbol
|
int |
hasLineArrow()
Current line has arrow
|
boolean |
isFilled()
Should fill ?
|
static final int ARROW_NONE
static final int ARROW_START
static final int ARROW_END
static final int ARROW_BOTH
String getDrawAs()
Color getColor()
double getLineWidth()
int hasLineArrow()
Color getFrameColor()
double getFrameWidth()
Color getFillColor()
boolean isFilled()
int getMarkSymbol()
double getMarkSize()
Copyright © 1996-2014 FreeHEP. All Rights Reserved.