| java.lang.Object de.java2html.converter.AbstractJavaSourceConverter de.java2html.converter.JavaSource2TeXConverter
JavaSource2TeXConverter | public class JavaSource2TeXConverter extends AbstractJavaSourceConverter (Code) | | Algorithm and stuff for converting a
de.java2html.javasource.JavaSource object to to a TeX string
representation (experimental!).
For questions, suggestions, bug-reports, enhancement-requests etc. I may be
contacted at: markus@jave.de
The Java2html home page is located at:
http://www.java2html.de
author: Markus Gebhard version: 2.0, 05/07/02 version: Copyright (C) Markus Gebhard 2000-2002 version: This program is free software; you can redistribute it and/or modify it version: under the terms of the GNU General Public License as published by the Free version: Software Foundation; either version 2 of the License, or (at your option) version: any later version. version: This program is distributed in the hope that it will be useful, but WITHOUT version: ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or version: FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for version: more details. version: You should have received a copy of the GNU General Public License along with version: this program; if not, write to the Free Software Foundation, Inc., 59 Temple version: Place - Suite 330, Boston, MA 02111-1307, USA. |
BLOCK_HEADER | final protected static String BLOCK_HEADER(Code) | | |
DOCUMENT_BLOCK_SEPARATOR | final protected static String DOCUMENT_BLOCK_SEPARATOR(Code) | | Block seperator for between two blocks of converted source code
|
DOCUMENT_FOOTER | final protected static String DOCUMENT_FOOTER(Code) | | Document header
|
DOCUMENT_HEADER | final protected static String DOCUMENT_HEADER(Code) | | Document header
|
WHITESPACES | final protected static String[] WHITESPACES(Code) | | |
JavaSource2TeXConverter | public JavaSource2TeXConverter()(Code) | | |
floatToCharArray | final protected static char[] floatToCharArray(float f)(Code) | | |
leftSpace | final protected static String leftSpace(int num, int max)(Code) | | |
whiteSpace | final protected static String whiteSpace(int size)(Code) | | |
|
|