|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlot
Defines an interface that classes defining a plot 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.IShape |
---|
IShape.BorderPos, IShape.FillingStyle, IShape.LineStyle, IShape.Position |
Field Summary |
---|
Fields inherited from interface net.sf.latexdraw.glib.models.interfaces.IShape |
---|
GOLDEN_ANGLE, PPC |
Method Summary | |
---|---|
IPlot |
duplicate()
Creates a duplicate of the shape (however id are not the same). |
java.lang.String |
getEquation()
|
double |
getInterval()
|
double |
getMaxX()
|
double |
getMinX()
|
int |
getNbPoints()
|
double |
getXScale()
|
double |
getY(double x)
|
double |
getYScale()
|
void |
setEquation(java.lang.String equation)
|
void |
setMaxX(double maxX)
|
void |
setMinX(double minX)
|
void |
setNbPoints(int nbPoints)
|
void |
setXScale(double scale)
|
void |
setYScale(double scale)
|
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 |
---|
IPlot duplicate()
IShape
duplicate
in interface IShape
double getInterval()
java.lang.String getEquation()
void setEquation(java.lang.String equation)
equation
- the equation to set.double getMinX()
void setMinX(double minX)
minX
- the minX to set.double getMaxX()
void setMaxX(double maxX)
maxX
- the maxX to set.int getNbPoints()
getNbPoints
in interface IShape
void setNbPoints(int nbPoints)
nbPoints
- the nbPoints to set.double getXScale()
void setXScale(double scale)
scale
- the xScale to set.double getYScale()
void setYScale(double scale)
scale
- the yScale to set.double getY(double x)
x
- The X coordinate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |