|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.latextaglet.internal.LaTeXTaglet
public abstract class LaTeXTaglet
Abstract taglet class für writing formulae The LaTeX code can use commands of the (La)TeX math mode with the additional packages
amsfonts,latexsym,amsmath,amsthm,amscd,amssymb,eucal,exscale,dsfont,icomma,bm
Requirements: (La)TeX Installation, ImageMagick, ghostscriptCopyright (C) Stephan Dlugosz, 2007. All Rights Reserved. LaTeXTaglet is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. LaTeXTaglet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser Public License for more details. You should have received a copy of the GNU Lesser Public License along with LaTeXTaglet; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Constructor Summary | |
---|---|
LaTeXTaglet()
|
Method Summary | |
---|---|
boolean |
inConstructor()
Will return true since @latex
can be used in constructor documentation. |
boolean |
inField()
Will return true since @latex
can be used in field documentation. |
boolean |
inMethod()
Will return true since @latex
can be used in method documentation. |
boolean |
inOverview()
Will return true since @latex
can be used in method documentation. |
boolean |
inPackage()
Will return true since @latex
can be used in package documentation. |
boolean |
inType()
Will return true since @latex
can be used in type documentation (classes or interfaces). |
boolean |
isInlineTag()
Will return false since @latex
is not an inline tag. |
abstract java.lang.String |
toString(com.sun.javadoc.Tag[] tags,
com.sun.tools.doclets.internal.toolkit.Configuration conf)
|
abstract java.lang.String |
toString(com.sun.javadoc.Tag tag,
com.sun.tools.doclets.internal.toolkit.Configuration conf)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet |
---|
getName, getTagletOutput, getTagletOutput |
Constructor Detail |
---|
public LaTeXTaglet()
Method Detail |
---|
public boolean inField()
@latex
can be used in field documentation.
inField
in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
@latex
can be used in field documentation and false
otherwise.public boolean inConstructor()
@latex
can be used in constructor documentation.
inConstructor
in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
@latex
can be used in constructor documentation and false
otherwise.public boolean inMethod()
@latex
can be used in method documentation.
inMethod
in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
@latex
can be used in method documentation and false
otherwise.public boolean inOverview()
@latex
can be used in method documentation.
inOverview
in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
@latex
can be used in overview documentation and false
otherwise.public boolean inPackage()
@latex
can be used in package documentation.
inPackage
in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
@latex
can be used in package documentation and false
otherwise.public boolean inType()
@latex
can be used in type documentation (classes or interfaces).
inType
in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
@latex
can be used in type documentation and false
otherwise.public boolean isInlineTag()
@latex
is not an inline tag.
isInlineTag
in interface com.sun.tools.doclets.internal.toolkit.taglets.Taglet
@latex
is not an inline tag.public abstract java.lang.String toString(com.sun.javadoc.Tag tag, com.sun.tools.doclets.internal.toolkit.Configuration conf)
tag
- conf
-
public abstract java.lang.String toString(com.sun.javadoc.Tag[] tags, com.sun.tools.doclets.internal.toolkit.Configuration conf)
tags
- conf
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |