public interface AdditiveStyle extends Style
Implementations must be immutable
(Ideally, AdditiveStyle would be an abstract class and that behavior would go there, but enums cannot extend abstract classes (enum is the most convenient way to define user style).
Created on 10/04/13| Modifier and Type | Method and Description |
|---|---|
Enum<?> |
getType() |
Enum<?> getType()
Copyright © 2014. All rights reserved.