|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IGroup in net.sf.latexdraw.actions |
---|
Fields in net.sf.latexdraw.actions declared as IGroup | |
---|---|
protected IGroup |
JoinShapes.addedGroup
The added group of shapes. |
protected IGroup |
ModifyShapeProperty.shapes
The shape to modify. |
Methods in net.sf.latexdraw.actions with parameters of type IGroup | |
---|---|
abstract java.util.List<?> |
ShapeProperties.getPropertyValues(IGroup group)
|
boolean |
ShapeProperties.isPropertySupported(IGroup group)
|
void |
ModifyShapeProperty.setGroup(IGroup group)
Sets the group of shapes to modify. |
abstract void |
ShapeProperties.setPropertyValue(IGroup group,
java.lang.Object value)
Sets the given value of the property to the given group. |
abstract void |
ShapeProperties.setPropertyValueList(IGroup group,
java.util.List<?> values)
Sets the given values of the property to the given group. |
void |
ScaleShapes.setShape(IGroup shape)
|
Uses of IGroup in net.sf.latexdraw.generators.svg |
---|
Constructors in net.sf.latexdraw.generators.svg with parameters of type IGroup | |
---|---|
LGroupSVGGenerator(IGroup group)
Creates an SVG generator from IGroup instance. |
Uses of IGroup in net.sf.latexdraw.glib.models.impl |
---|
Classes in net.sf.latexdraw.glib.models.impl that implement IGroup | |
---|---|
(package private) class |
LDrawing
Defines a drawing that contains a set of shapes and a set of selected shapes. |
(package private) class |
LGroup
A Group is a group of IShape. |
Fields in net.sf.latexdraw.glib.models.impl declared as IGroup | |
---|---|
protected IGroup |
LDrawing.selection
The selected shapes of the drawing. |
Methods in net.sf.latexdraw.glib.models.impl that return IGroup | |
---|---|
IGroup |
LShapeFactory.createGroup(boolean uniqueID)
|
IGroup |
LGroup.duplicate()
Duplicates the group. |
IGroup |
LGroup.duplicate(boolean duplicateShapes)
|
IGroup |
LDrawing.getSelection()
|
Uses of IGroup in net.sf.latexdraw.glib.models.interfaces |
---|
Methods in net.sf.latexdraw.glib.models.interfaces that return IGroup | |
---|---|
IGroup |
IShapeFactory.createGroup(boolean uniqueID)
|
IGroup |
IGroup.duplicate()
|
IGroup |
IGroup.duplicate(boolean duplicateShapes)
Duplicates the group of shapes. |
IGroup |
IDrawing.getSelection()
|
Uses of IGroup in net.sf.latexdraw.glib.views.Java2D.impl |
---|
Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IGroup | |
---|---|
LGroupView(IGroup model)
Creates an initialises a drawing view. |
Uses of IGroup in net.sf.latexdraw.glib.views.pst |
---|
Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IGroup | |
---|---|
PSTGroupView(IGroup model)
Creates and initialises a LDrawing PSTricks view. |
Uses of IGroup in net.sf.latexdraw.instruments |
---|
Fields in net.sf.latexdraw.instruments declared as IGroup | |
---|---|
protected IGroup |
Pencil.groupParams
|
Methods in net.sf.latexdraw.instruments that return IGroup | |
---|---|
IGroup |
Pencil.getGroupParams()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |