net.ranides.assira.text.format
Class AnsiFontArray
java.lang.Object
net.ranides.assira.text.format.AnsiFontScheme
net.ranides.assira.text.format.AnsiFontArray
- All Implemented Interfaces:
- Serializable
public class AnsiFontArray
- extends AnsiFontScheme
- implements Serializable
- Author:
- ranides
- See Also:
- Serialized Form
AnsiFontArray
public AnsiFontArray(int size)
AnsiFontArray
public AnsiFontArray(AnsiFontArray scheme)
AnsiFontArray
public AnsiFontArray(Font[] fonts)
AnsiFontArray
public AnsiFontArray(int fontSize,
String[] fonts)
getFont
public Font getFont(int index)
- Description copied from class:
AnsiFontScheme
- Zwraca czcionkę o podanym indeksie.
- Specified by:
getFont in class AnsiFontScheme
- Returns:
setFont
public void setFont(int index,
Font value)
- Description copied from class:
AnsiFontScheme
- Ustawia czcionkę o podanym indeksie.
- Specified by:
setFont in class AnsiFontScheme
values
public Collection<AnsiFontScheme.FontAttr> values()
- Description copied from class:
AnsiFontScheme
- Zwraca kolekcję wszystkich czcionek zapisanych w schemacie.
- Specified by:
values in class AnsiFontScheme
- Returns:
size
public int size()
Copyright © 2013. All Rights Reserved.