net.sf.latexdraw.glib.views.Java2D.interfaces
Interface IViewText
- All Superinterfaces:
- IAbstractView, IViewShape, Pickable, ToolTipable
- All Known Implementing Classes:
- LTextView
public interface IViewText
- extends IViewShape, ToolTipable
This interface defines a view of a text.
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.
11/18/2011
- Since:
- 3.0
- Author:
- Arnaud BLOUIN
Methods inherited from interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape |
contains, contains, flush, getBorder, getPath, getRotatedShape2D, getStroke, intersects, paint, paintBorders, paintFilling, paintShadow, paintShowPointsDots, paintShowPointsLines, updateBorder, updatePath |
updateImage
void updateImage()
- Updates the image.
- Since:
- 3.0
getImage
java.awt.Image getImage()
- Returns:
- the image.
- Since:
- 3.0
getLatexErrorMessageFromLog
java.lang.String getLatexErrorMessageFromLog()
- Returns:
- The precise latex error messages that the latex compilation produced.
- Since:
- 3.0
getLaTeXDocument
java.lang.String getLaTeXDocument()
- Returns:
- The LaTeX document that will be compiled in order to get the picture of the text.
- Since:
- 3.0