BaseStyle
Inheritance: java.lang.Object
public abstract class BaseStyle
Declares base functionality for PUB styles
Constructors
| Constructor | Description |
|---|---|
| BaseStyle() |
Methods
| Method | Description |
|---|---|
| getIdentifiersSetted() | Internal method |
| isEmpty() | Is style not initialized |
| addIdentifierProcessed(int id) | Internal method |
BaseStyle()
public BaseStyle()
getIdentifiersSetted()
public final Integer[] getIdentifiersSetted()
Internal method
Returns: java.lang.Integer[] - Internal value
isEmpty()
public final boolean isEmpty()
Is style not initialized
Returns: boolean - boolean value
addIdentifierProcessed(int id)
public final void addIdentifierProcessed(int id)
Internal method
Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | int | internal parameter |