Class StylePropertiesChangedEvent
java.lang.Object
com.kheops.jmap.client.gui.style.events.StylePropertiesChangedEvent
- 
Constructor SummaryConstructorsConstructorDescriptionStylePropertiesChangedEvent(boolean antialiasing, float percentTransparency, boolean blinking) 
- 
Method SummaryModifier and TypeMethodDescriptionfloatbooleanboolean
- 
Constructor Details- 
StylePropertiesChangedEventpublic StylePropertiesChangedEvent(boolean antialiasing, float percentTransparency, boolean blinking) 
 
- 
- 
Method Details- 
isAntialiasingpublic boolean isAntialiasing()
- 
getPercentTransparencypublic float getPercentTransparency()
- 
isBlinkingpublic boolean isBlinking()
 
-