org.malai.properties
Interface Reinitialisable

All Known Subinterfaces:
AbstractPresentation, ConcretePresentation, ICanvas, IDrawing
All Known Implementing Classes:
Border, CopierCutterPaster, DrawingPropertiesCustomiser, EditingSelector, ExceptionsManager, Exporter, FileLoaderSaver, Hand, Helper, Instrument, LCanvas, LCodePanel, LDrawing, LFrame, MagneticGridCustomiser, MetaShapeCustomiser, Pencil, PreferencesActivator, PreferencesSetter, Presentation, ScaleRulersCustomiser, Scroller, ShapeArcCustomiser, ShapeArrowCustomiser, ShapeAxesCustomiser, ShapeBorderCustomiser, ShapeCoordDimCustomiser, ShapeDeleter, ShapeDotCustomiser, ShapeDoubleBorderCustomiser, ShapeFillingCustomiser, ShapeGridCustomiser, ShapeGrouper, ShapePropertyCustomiser, ShapeRotationCustomiser, ShapeShadowCustomiser, TabSelector, TextCustomiser, TextSetter, UI, UndoRedoManager, WidgetInstrument, Zoomer

public interface Reinitialisable

Defines an interface for object that can be reinitialised.

This file is part of Malai.
Copyright (c) 2009-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.

08/09/2011

Since:
0.2
Author:
Arnaud BLOUIN

Method Summary
 void reinit()
          Reinitialises the object.
 

Method Detail

reinit

void reinit()
Reinitialises the object.

Since:
0.2