Package jaxe
Class FonctionNormal
java.lang.Object
jaxe.FonctionNormal
- All Implemented Interfaces:
Fonction
Fonction permettant de retirer tous les styles dans une sélection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
appliquer
(JaxeDocument doc, int start, int end) Applique la fonction au document.static void
tonormal
(jaxe.elements.JEStyle je)
-
Constructor Details
-
FonctionNormal
public FonctionNormal()
-
-
Method Details
-
appliquer
Description copied from interface:Fonction
Applique la fonction au document. La position de la sélection du texte est donnée par start et end. start == end s'il n'y a pas de sélection (dans ce cas c'est juste la position du curseur). -
tonormal
- Throws:
BadLocationException
-