Uses of Class
net.ranides.assira.text.format.AnsiFontScheme

Packages that use AnsiFontScheme
net.ranides.assira.text.format   
 

Uses of AnsiFontScheme in net.ranides.assira.text.format
 

Subclasses of AnsiFontScheme in net.ranides.assira.text.format
 class AnsiFontArray
           
 class AnsiFontMap
           
 

Fields in net.ranides.assira.text.format declared as AnsiFontScheme
static AnsiFontScheme AnsiFontScheme.EMPTY
          Pusty schemat kolorów.
 

Methods in net.ranides.assira.text.format that return AnsiFontScheme
static AnsiFontScheme AnsiFontScheme.copy(AnsiFontScheme scheme)
          Kopiuje podany schemat czcionek
 AnsiFontScheme AnsiString.getFonts()
           
 AnsiFontScheme AnsiCharSequence.getFonts()
          Zwraca schemat czcionek skojarzony z sekwencją znaków.
 AnsiFontScheme AnsiCharLiveSequence.getFonts()
           
static AnsiFontScheme AnsiFontScheme.make()
          Tworzy scheme o nieograniczonym rozmiarze, w którym można przypisać wartość do dowolnego klucza (ciąg kluczy nie musi być sekwencją).
static AnsiFontScheme AnsiFontScheme.make(Font font)
          Tworzy scheme przechowujący pojedynczy atrybut pod indeksem 0.
static AnsiFontScheme AnsiFontScheme.make(int size)
          Tworzy scheme o ustalonym rozmiarze size, w którym można używać kluczy z zakresu [0...size].
 

Methods in net.ranides.assira.text.format with parameters of type AnsiFontScheme
static AnsiFontScheme AnsiFontScheme.copy(AnsiFontScheme scheme)
          Kopiuje podany schemat czcionek
 AnsiString AnsiString.setFonts(AnsiFontScheme fonts)
           
 

Constructors in net.ranides.assira.text.format with parameters of type AnsiFontScheme
AnsiFontMap(AnsiFontScheme scheme)
           
 



Copyright © 2013. All Rights Reserved.