Package | Description |
---|---|
org.pepstock.charba.client.defaults.global | |
org.pepstock.charba.client.enums | |
org.pepstock.charba.client.items | |
org.pepstock.charba.client.options.elements |
Modifier and Type | Method and Description |
---|---|
CapStyle |
Line.getBorderCapStyle()
Returns how the end points of every line are drawn.
|
Modifier and Type | Method and Description |
---|---|
void |
Line.setBorderCapStyle(CapStyle borderCapStyle)
Sets how the end points of every line are drawn.
|
Modifier and Type | Method and Description |
---|---|
static CapStyle |
CapStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapStyle[] |
CapStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CapStyle |
LegendItem.getLineCap()
Returns how the end points of every box border are drawn.
|
Modifier and Type | Method and Description |
---|---|
void |
LegendLabelItem.setLineCap(CapStyle style)
Sets how the end points of every box border are drawn.
|
Modifier and Type | Method and Description |
---|---|
CapStyle |
Line.getBorderCapStyle()
Returns how the end points of every line are drawn.
|
Modifier and Type | Method and Description |
---|---|
void |
Line.setBorderCapStyle(CapStyle borderCapStyle)
Sets how the end points of every line are drawn.
|