|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineStyle | |
---|---|
net.sourceforge.swtlayeredgraph |
Uses of LineStyle in net.sourceforge.swtlayeredgraph |
---|
Methods in net.sourceforge.swtlayeredgraph that return LineStyle | |
---|---|
static LineStyle |
LineStyle.fromString(java.lang.String value)
Parses the incoming string into the correct LineStyle type. |
LineStyle |
IGraphGridLayer.getXLineStyle()
Gets the line style for horizontal lines. |
LineStyle |
GraphGridLayer.getXLineStyle()
|
LineStyle |
IGraphGridLayer.getYLineStyle()
Gets the line style for vertical lines. |
LineStyle |
GraphGridLayer.getYLineStyle()
|
static LineStyle |
LineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LineStyle[] |
LineStyle.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in net.sourceforge.swtlayeredgraph with parameters of type LineStyle | |
---|---|
void |
IGraphGridLayer.setXLineStyle(LineStyle lineStyle)
Sets the line style for horizontal lines. |
void |
GraphGridLayer.setXLineStyle(LineStyle lineStyle)
|
void |
IGraphGridLayer.setYLineStyle(LineStyle lineStyle)
Sets the line style for vertical lines. |
void |
GraphGridLayer.setYLineStyle(LineStyle lineStyle)
|
Constructors in net.sourceforge.swtlayeredgraph with parameters of type LineStyle | |
---|---|
GraphGridLayer(java.lang.Double xInterval,
java.lang.Double yInterval,
LineStyle xLineStyle,
LineStyle yLineStyle,
int xWidth,
int yWidth,
int xMultiplier,
int yMultiplier,
int xMultWidth,
int yMultWidth,
java.lang.Boolean visible,
CoordinateType type,
org.eclipse.swt.graphics.Color color)
Builds a graph grid layer object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |