|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.latexdraw.parsers.ps.PSArithemticCommand
net.sf.latexdraw.parsers.ps.PSPlotXVariable
public class PSPlotXVariable
Manages postscript variables.
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.
03/11/08
Constructor Summary | |
---|---|
PSPlotXVariable()
|
Method Summary | |
---|---|
void |
execute(java.util.Deque<java.lang.String> stack,
double x)
Creates n abstract postscript arithmetical command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSPlotXVariable()
Method Detail |
---|
public void execute(java.util.Deque<java.lang.String> stack, double x) throws InvalidFormatPSFunctionException
PSArithemticCommand
execute
in class PSArithemticCommand
stack
- The current stack of commands.x
- The x variable of the command.
InvalidFormatPSFunctionException
- If the command format is not valid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |