eu.vexpro.editor.mudel
Class TekstKujundus

java.lang.Object
  extended by eu.vexpro.editor.mudel.TekstKujundus

Deprecated. TODO - REMOVE Teksti kujunduse objekt. Kasutatakse bold, italic, underline, jne. korral.

public class TekstKujundus
extends java.lang.Object


Constructor Summary
TekstKujundus()
          Deprecated.  
 
Method Summary
 int getCaretPositioon()
          Deprecated.  
 java.lang.String getMuutusElementId()
          Deprecated.  
 int getPikkus()
          Deprecated.  
 int getPositsioonTekstis()
          Deprecated.  
 java.lang.String getTyyp()
          Deprecated.  
 void setCaretPositioon(int caretPositioon)
          Deprecated.  
 void setMuutusElementId(java.lang.String muutusElementId)
          Deprecated.  
 void setPikkus(int pikkus)
          Deprecated.  
 void setPositsioonTekstis(int positsioonTekstis)
          Deprecated.  
 void setTyyp(java.lang.String tyyp)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TekstKujundus

public TekstKujundus()
Deprecated. 
Method Detail

setPikkus

public void setPikkus(int pikkus)
Deprecated. 

getPikkus

public int getPikkus()
Deprecated. 

setPositsioonTekstis

public void setPositsioonTekstis(int positsioonTekstis)
Deprecated. 

getPositsioonTekstis

public int getPositsioonTekstis()
Deprecated. 

setMuutusElementId

public void setMuutusElementId(java.lang.String muutusElementId)
Deprecated. 

getMuutusElementId

public java.lang.String getMuutusElementId()
Deprecated. 

setTyyp

public void setTyyp(java.lang.String tyyp)
Deprecated. 

getTyyp

public java.lang.String getTyyp()
Deprecated. 

setCaretPositioon

public void setCaretPositioon(int caretPositioon)
Deprecated. 

getCaretPositioon

public int getCaretPositioon()
Deprecated.