|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IShape.LineStyle | |
---|---|
net.sf.latexdraw.glib.models.impl | |
net.sf.latexdraw.glib.models.interfaces |
Uses of IShape.LineStyle in net.sf.latexdraw.glib.models.impl |
---|
Fields in net.sf.latexdraw.glib.models.impl declared as IShape.LineStyle | |
---|---|
protected IShape.LineStyle |
LShape.lineStyle
The style of the lines. |
Methods in net.sf.latexdraw.glib.models.impl that return IShape.LineStyle | |
---|---|
IShape.LineStyle |
LGroup.getLineStyle()
|
IShape.LineStyle |
LShape.getLineStyle()
|
Methods in net.sf.latexdraw.glib.models.impl that return types with arguments of type IShape.LineStyle | |
---|---|
java.util.List<IShape.LineStyle> |
LGroup.getLineStyleList()
|
Methods in net.sf.latexdraw.glib.models.impl with parameters of type IShape.LineStyle | |
---|---|
void |
LGroup.setLineStyle(IShape.LineStyle style)
|
void |
LShape.setLineStyle(IShape.LineStyle lineStyle)
|
Method parameters in net.sf.latexdraw.glib.models.impl with type arguments of type IShape.LineStyle | |
---|---|
void |
LGroup.setLineStyleList(java.util.List<IShape.LineStyle> values)
|
Uses of IShape.LineStyle in net.sf.latexdraw.glib.models.interfaces |
---|
Methods in net.sf.latexdraw.glib.models.interfaces that return IShape.LineStyle | |
---|---|
IShape.LineStyle |
IShape.getLineStyle()
|
static IShape.LineStyle |
IShape.LineStyle.getStyle(java.lang.String styleName)
|
static IShape.LineStyle |
IShape.LineStyle.getStyleFromLatex(java.lang.String token)
|
static IShape.LineStyle |
IShape.LineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IShape.LineStyle[] |
IShape.LineStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.latexdraw.glib.models.interfaces that return types with arguments of type IShape.LineStyle | |
---|---|
java.util.List<IShape.LineStyle> |
IGroup.getLineStyleList()
|
Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IShape.LineStyle | |
---|---|
void |
IShape.setLineStyle(IShape.LineStyle lineStyle)
|
Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IShape.LineStyle | |
---|---|
void |
IGroup.setLineStyleList(java.util.List<IShape.LineStyle> values)
Sets the line style colour of the shapes of the group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |