|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGroup
Defines an interface that classes defining a group of shapes should implement.
This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN
LaTeXDraw is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.
LaTeXDraw is distributed without any warranty; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
07/03/2009
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface net.sf.latexdraw.glib.models.interfaces.IText |
---|
IText.TextPosition, IText.TextSize |
Nested classes/interfaces inherited from interface net.sf.latexdraw.glib.models.interfaces.Arcable |
---|
Arcable.ArcStyle |
Nested classes/interfaces inherited from interface net.sf.latexdraw.glib.models.interfaces.IAxes |
---|
IAxes.AxesStyle, IAxes.PlottingStyle, IAxes.TicksStyle |
Nested classes/interfaces inherited from interface net.sf.latexdraw.glib.models.interfaces.IShape |
---|
IShape.BorderPos, IShape.FillingStyle, IShape.LineStyle, IShape.Position |
Field Summary |
---|
Fields inherited from interface net.sf.latexdraw.glib.models.interfaces.IAxes |
---|
GAP_LABEL |
Fields inherited from interface net.sf.latexdraw.glib.models.interfaces.IShape |
---|
GOLDEN_ANGLE, PPC |
Method Summary | |
---|---|
boolean |
containsAxes()
|
boolean |
containsRoundables()
|
boolean |
containsStandardGrids()
|
boolean |
containsTexts()
|
IGroup |
duplicate()
Creates a duplicate of the shape (however id are not the same). |
IGroup |
duplicate(boolean duplicateShapes)
Duplicates the group of shapes. |
java.util.List<java.lang.Double> |
getAngleEndList()
|
java.util.List<java.lang.Double> |
getAngleStartList()
|
java.util.List<Arcable.ArcStyle> |
getArcStyleList()
|
java.util.List<IArrow.ArrowStyle> |
getArrowStyleList(int i)
|
java.util.List<IPoint> |
getAxesDistLabelsList()
|
java.util.List<IPoint> |
getAxesIncrementsList()
|
java.util.List<IAxes.PlottingStyle> |
getAxesLabelsDisplayedList()
|
java.util.List<java.lang.Boolean> |
getAxesShowOriginList()
|
java.util.List<IAxes.AxesStyle> |
getAxesStyleList()
|
java.util.List<IAxes.PlottingStyle> |
getAxesTicksDisplayedList()
|
java.util.List<java.lang.Double> |
getAxesTicksSizeList()
|
java.util.List<IAxes.TicksStyle> |
getAxesTicksStyleList()
|
java.util.List<IShape.BorderPos> |
getBordersPositionList()
|
java.util.List<java.awt.Color> |
getDbleBordColList()
|
java.util.List<java.lang.Double> |
getDbleBordSepList()
|
java.util.List<java.awt.Color> |
getDotFillingColList()
|
java.util.List<java.lang.Double> |
getDotSizeList()
|
java.util.List<IDot.DotStyle> |
getDotStyleList()
|
java.util.List<java.awt.Color> |
getFillingColList()
|
java.util.List<IShape.FillingStyle> |
getFillingStyleList()
|
java.util.List<java.lang.Double> |
getGradAngleList()
|
java.util.List<java.awt.Color> |
getGradColEndList()
|
java.util.List<java.awt.Color> |
getGradColStartList()
|
java.util.List<java.lang.Double> |
getGradMidPtList()
|
java.util.List<IPoint> |
getGridEndList()
|
java.util.List<java.lang.Integer> |
getGridLabelSizeList()
|
java.util.List<IPoint> |
getGridOriginList()
|
java.util.List<IPoint> |
getGridStartList()
|
java.util.List<java.lang.Boolean> |
getGridXLabelSouthList()
|
java.util.List<java.lang.Boolean> |
getGridYLabelWestList()
|
java.util.List<java.lang.Double> |
getHatchingsAngleList()
|
java.util.List<java.awt.Color> |
getHatchingsColList()
|
java.util.List<java.lang.Double> |
getHatchingsSepList()
|
java.util.List<java.lang.Double> |
getHatchingsWidthList()
|
java.util.List<java.lang.Double> |
getLineArcList()
|
java.util.List<java.awt.Color> |
getLineColourList()
|
java.util.List<IShape.LineStyle> |
getLineStyleList()
|
java.util.List<java.lang.Double> |
getRotationAngleList()
|
java.util.List<java.lang.Double> |
getShadowAngleList()
|
java.util.List<java.awt.Color> |
getShadowColList()
|
java.util.List<java.lang.Double> |
getShadowSizeList()
|
java.util.List<java.lang.String> |
getTextList()
|
java.util.List<IText.TextPosition> |
getTextPositionList()
|
java.util.List<java.lang.Double> |
getThicknessList()
|
java.util.List<java.lang.Boolean> |
hasDbleBordList()
|
java.util.List<java.lang.Boolean> |
hasShadowList()
|
void |
setAngleEndList(java.util.List<java.lang.Double> values)
Sets the ending angle of the arcable shapes of the group. |
void |
setAngleStartList(java.util.List<java.lang.Double> values)
Sets the starting angle of the arcable shapes of the group. |
void |
setArcStyleList(java.util.List<Arcable.ArcStyle> values)
Sets the arc style of the arcable shapes of the group. |
void |
setArrowStyleList(java.util.List<IArrow.ArrowStyle> values,
int i)
Sets the arrow style of the arrowable shapes of the group. |
void |
setAxesDistLabelsList(java.util.List<IPoint> values)
Sets the distances between the labels of the axes contained by the group are displayed. |
void |
setAxesIncrementsList(java.util.List<IPoint> values)
Sets the labels' increments of the axes contained by the group are displayed. |
void |
setAxesLabelsDisplayedList(java.util.List<IAxes.PlottingStyle> values)
Sets how the labels of the axes contained by the group are displayed. |
void |
setAxesShowOriginList(java.util.List<java.lang.Boolean> values)
Defines if the origin of the axes contained by the group are displayed. |
void |
setAxesStyleList(java.util.List<IAxes.AxesStyle> values)
Sets the style of the axes contained by the group. |
void |
setAxesTicksDisplayedList(java.util.List<IAxes.PlottingStyle> values)
Sets how the ticks of the axes contained by the group are displayed. |
void |
setAxesTicksSizeList(java.util.List<java.lang.Double> values)
Sets the size of the axes' ticks contained by the group. |
void |
setAxesTicksStyleList(java.util.List<IAxes.TicksStyle> values)
Sets the style of the axes' ticks contained by the group. |
void |
setBordersPositionList(java.util.List<IShape.BorderPos> list)
Sets the border position of the shapes of the group. |
void |
setDbleBordColList(java.util.List<java.awt.Color> values)
Sets the double borders colour of the shapes of the group. |
void |
setDbleBordSepList(java.util.List<java.lang.Double> values)
Sets the double border gap of the shapes of the group. |
void |
setDotFillingColList(java.util.List<java.awt.Color> values)
Sets the filling colour of the dot shapes of the group. |
void |
setDotSizeList(java.util.List<java.lang.Double> values)
Sets the size of the dot shapes of the group. |
void |
setDotStyleList(java.util.List<IDot.DotStyle> values)
Sets the dot style of the dottable shapes of the group. |
void |
setFillingColList(java.util.List<java.awt.Color> values)
Sets the filling colour of the shapes of the group. |
void |
setFillingStyleList(java.util.List<IShape.FillingStyle> values)
Sets the style of the filling of the shapes of the group. |
void |
setGradAngleList(java.util.List<java.lang.Double> values)
Sets the starting angle of the gradient of the shapes of the group. |
void |
setGradColEndList(java.util.List<java.awt.Color> values)
Sets the last gradient colour of the shapes of the group. |
void |
setGradColStartList(java.util.List<java.awt.Color> values)
Sets the first gradient colour of the shapes of the group. |
void |
setGradMidPtList(java.util.List<java.lang.Double> values)
Sets the middle point reference of the gradient of the shapes of the group. |
void |
setGridEndList(java.util.List<IPoint> values)
Sets the ending points of the grid shapes of the group. |
void |
setGridLabelSizeList(java.util.List<java.lang.Integer> values)
Sets the size of the labels of the grid shapes of the group. |
void |
setGridOriginList(java.util.List<IPoint> values)
Sets the origin points of the grid shapes of the group. |
void |
setGridStartList(java.util.List<IPoint> values)
Sets the starting points of the grid shapes of the group. |
void |
setGridXLabelSouthList(java.util.List<java.lang.Boolean> values)
Sets the Y-coordinate of the labels of the grid contained by the group. |
void |
setGridYLabelWestList(java.util.List<java.lang.Boolean> values)
Sets the X-coordinate of the labels of the grid contained by the group. |
void |
setHasDbleBordList(java.util.List<java.lang.Boolean> values)
Defines if the shapes of the group have double borders. |
void |
setHasShadowList(java.util.List<java.lang.Boolean> values)
Defines if the shapes of the group have a shadow. |
void |
setHatchingsAngleList(java.util.List<java.lang.Double> values)
Sets the hatchings angle of the shapes of the group. |
void |
setHatchingsColList(java.util.List<java.awt.Color> values)
Sets the hatchings colour of the shapes of the group. |
void |
setHatchingsSepList(java.util.List<java.lang.Double> values)
Sets the hatchings gap of the shapes of the group. |
void |
setHatchingsWidthList(java.util.List<java.lang.Double> values)
Sets the hatchings width of the shapes of the group. |
void |
setLineArcList(java.util.List<java.lang.Double> values)
Sets the line arc value of the line-arcable shapes of the group. |
void |
setLineColourList(java.util.List<java.awt.Color> list)
Sets the line colour of the shapes of the group. |
void |
setLineStyleList(java.util.List<IShape.LineStyle> values)
Sets the line style colour of the shapes of the group. |
void |
setRotationAngleList(java.util.List<java.lang.Double> values)
Sets the rotation angle of the shapes of the group. |
void |
setShadowAngleList(java.util.List<java.lang.Double> values)
Sets the shadow angles of the shapes of the group. |
void |
setShadowColList(java.util.List<java.awt.Color> values)
Sets the shadow colour of the shapes of the group. |
void |
setShadowSizeList(java.util.List<java.lang.Double> values)
Sets the shadow sizes of the shapes of the group. |
void |
setTextList(java.util.List<java.lang.String> values)
Sets the text content of the text shapes of the group. |
void |
setTextPositionList(java.util.List<IText.TextPosition> values)
Sets the text position of the text shapes of the group. |
void |
setThicknessList(java.util.List<java.lang.Double> values)
Sets the thickness of the shapes of the group. |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.ISetShapes |
---|
addShape, addShape, clear, contains, getShapeAt, getShapes, isEmpty, removeShape, removeShape, size |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.ILineArcShape |
---|
getLineArc, isRoundCorner, setLineArc |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.IText |
---|
getText, getTextPosition, setText, setTextPosition |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.Dottable |
---|
getDotFillingCol, getDotStyle, getRadius, hasDot, isFillable, setDotFillingCol, setDotStyle, setRadius |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.Arcable |
---|
getAngleEnd, getAngleStart, getArcStyle, setAngleEnd, setAngleStart, setArcStyle |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.IAxes |
---|
getAxesStyle, getDistLabels, getDistLabelsX, getDistLabelsY, getIncrement, getIncrementX, getIncrementY, getLabelsDisplayed, getTicksDisplayed, getTicksSize, getTicksStyle, isShowOrigin, setAxesStyle, setDistLabels, setDistLabelsX, setDistLabelsY, setIncrement, setIncrementX, setIncrementY, setLabelsDisplayed, setShowOrigin, setTicksDisplayed, setTicksSize, setTicksStyle |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid |
---|
getGridEnd, getGridEndX, getGridEndY, getGridMaxX, getGridMaxY, getGridMinX, getGridMinY, getGridStart, getGridStartX, getGridStartY, getLabelsSize, getOriginX, getOriginY, getStep, isXLabelSouth, isYLabelWest, setGridEnd, setGridEndX, setGridEndY, setGridStart, setGridStartX, setGridStartY, setLabelsSize, setOrigin, setOriginX, setOriginY, setXLabelSouth, setYLabelWest |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.IPositionShape |
---|
getPosition, getX, getY, setPosition, setPosition, setX, setY |
Methods inherited from interface org.malai.properties.Modifiable |
---|
isModified, setModified |
Methods inherited from interface net.sf.latexdraw.glib.models.interfaces.IArrowable |
---|
getArrowInset, getArrowLength, getArrowSizeDim, getArrowSizeNum, getBracketNum, getDotSizeDim, getDotSizeNum, getRBracketNum, getTBarSizeDim, getTBarSizeNum, setArrowInset, setArrowLength, setArrowSizeDim, setArrowSizeNum, setBracketNum, setDotSizeDim, setDotSizeNum, setRBracketNum, setTBarSizeDim, setTBarSizeNum |
Method Detail |
---|
boolean containsAxes()
boolean containsStandardGrids()
boolean containsRoundables()
boolean containsTexts()
IGroup duplicate(boolean duplicateShapes)
duplicateShapes
- True: the shapes will be duplicated as well.
IGroup duplicate()
IShape
duplicate
in interface IAxes
duplicate
in interface IShape
duplicate
in interface IText
java.util.List<IShape.BorderPos> getBordersPositionList()
java.util.List<java.awt.Color> getLineColourList()
java.util.List<java.lang.Double> getAngleStartList()
java.util.List<java.lang.Double> getAngleEndList()
java.util.List<Arcable.ArcStyle> getArcStyleList()
java.util.List<IArrow.ArrowStyle> getArrowStyleList(int i)
i
- The index of the arrows to get.
java.util.List<java.lang.Double> getRotationAngleList()
java.util.List<IText.TextPosition> getTextPositionList()
java.util.List<java.lang.String> getTextList()
java.util.List<java.lang.Double> getHatchingsAngleList()
java.util.List<java.lang.Double> getHatchingsWidthList()
java.util.List<java.lang.Double> getHatchingsSepList()
java.util.List<java.lang.Double> getGradAngleList()
java.util.List<java.lang.Double> getGradMidPtList()
java.util.List<java.lang.Double> getLineArcList()
java.util.List<java.awt.Color> getFillingColList()
java.util.List<java.awt.Color> getHatchingsColList()
java.util.List<java.lang.Boolean> hasDbleBordList()
java.util.List<java.lang.Double> getDbleBordSepList()
java.util.List<java.awt.Color> getDbleBordColList()
java.util.List<java.lang.Boolean> hasShadowList()
java.util.List<java.lang.Double> getShadowSizeList()
java.util.List<java.lang.Double> getShadowAngleList()
java.util.List<java.awt.Color> getShadowColList()
java.util.List<java.awt.Color> getGradColStartList()
java.util.List<java.awt.Color> getGradColEndList()
java.util.List<java.lang.Double> getThicknessList()
java.util.List<IShape.FillingStyle> getFillingStyleList()
java.util.List<IShape.LineStyle> getLineStyleList()
java.util.List<java.awt.Color> getDotFillingColList()
java.util.List<IDot.DotStyle> getDotStyleList()
java.util.List<java.lang.Double> getDotSizeList()
void setAngleStartList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setBordersPositionList(java.util.List<IShape.BorderPos> list)
list
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setLineColourList(java.util.List<java.awt.Color> list)
list
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setDotStyleList(java.util.List<IDot.DotStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setAngleEndList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setArcStyleList(java.util.List<Arcable.ArcStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setArrowStyleList(java.util.List<IArrow.ArrowStyle> values, int i)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.i
- The index of the arrow to set.void setRotationAngleList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setTextPositionList(java.util.List<IText.TextPosition> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setTextList(java.util.List<java.lang.String> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setHatchingsAngleList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setHatchingsWidthList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setHatchingsSepList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setGradAngleList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setGradMidPtList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setLineArcList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setFillingColList(java.util.List<java.awt.Color> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setHatchingsColList(java.util.List<java.awt.Color> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setHasDbleBordList(java.util.List<java.lang.Boolean> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setDbleBordSepList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setDbleBordColList(java.util.List<java.awt.Color> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setHasShadowList(java.util.List<java.lang.Boolean> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setShadowSizeList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setShadowAngleList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setShadowColList(java.util.List<java.awt.Color> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setGradColStartList(java.util.List<java.awt.Color> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setGradColEndList(java.util.List<java.awt.Color> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setThicknessList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setFillingStyleList(java.util.List<IShape.FillingStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setLineStyleList(java.util.List<IShape.LineStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setDotFillingColList(java.util.List<java.awt.Color> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setDotSizeList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.void setGridStartList(java.util.List<IPoint> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IPoint> getGridStartList()
void setGridEndList(java.util.List<IPoint> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IPoint> getGridEndList()
void setGridOriginList(java.util.List<IPoint> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IPoint> getGridOriginList()
void setGridLabelSizeList(java.util.List<java.lang.Integer> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<java.lang.Integer> getGridLabelSizeList()
void setGridXLabelSouthList(java.util.List<java.lang.Boolean> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<java.lang.Boolean> getGridXLabelSouthList()
void setGridYLabelWestList(java.util.List<java.lang.Boolean> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<java.lang.Boolean> getGridYLabelWestList()
void setAxesStyleList(java.util.List<IAxes.AxesStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IAxes.AxesStyle> getAxesStyleList()
void setAxesTicksStyleList(java.util.List<IAxes.TicksStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IAxes.TicksStyle> getAxesTicksStyleList()
void setAxesTicksSizeList(java.util.List<java.lang.Double> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<java.lang.Double> getAxesTicksSizeList()
void setAxesTicksDisplayedList(java.util.List<IAxes.PlottingStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IAxes.PlottingStyle> getAxesTicksDisplayedList()
void setAxesIncrementsList(java.util.List<IPoint> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IPoint> getAxesIncrementsList()
void setAxesLabelsDisplayedList(java.util.List<IAxes.PlottingStyle> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IAxes.PlottingStyle> getAxesLabelsDisplayedList()
void setAxesShowOriginList(java.util.List<java.lang.Boolean> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<java.lang.Boolean> getAxesShowOriginList()
void setAxesDistLabelsList(java.util.List<IPoint> values)
values
- The list of values to use. Its must must equals the number of
shapes of the group. If an element of the list is null, its corresponding
shape will not be set.java.util.List<IPoint> getAxesDistLabelsList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |