BaseStyle
Inheritance: java.lang.Object
public abstract class BaseStyle
PUB stilleri için temel işlevselliği bildirir
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| BaseStyle() |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| getIdentifiersSetted() | İç yöntem |
| isEmpty() | Stil başlatılmadı mı |
| addIdentifierProcessed(int id) | İç yöntem |
BaseStyle()
public BaseStyle()
getIdentifiersSetted()
public final Integer[] getIdentifiersSetted()
İç yöntem
Returns: java.lang.Integer[] - İç değer
isEmpty()
public final boolean isEmpty()
Stil başlatılmadı mı
Returns: boolean - boolean değeri
addIdentifierProcessed(int id)
public final void addIdentifierProcessed(int id)
İç yöntem
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| id | int | iç parametre |