Class StylePropertiesChangedEvent
java.lang.Object
com.kheops.jmap.client.gui.style.events.StylePropertiesChangedEvent
-
Constructor Summary
ConstructorDescriptionStylePropertiesChangedEvent
(boolean antialiasing, float percentTransparency, boolean blinking) -
Method Summary
Modifier and TypeMethodDescriptionfloat
boolean
boolean
-
Constructor Details
-
StylePropertiesChangedEvent
public StylePropertiesChangedEvent(boolean antialiasing, float percentTransparency, boolean blinking)
-
-
Method Details
-
isAntialiasing
public boolean isAntialiasing() -
getPercentTransparency
public float getPercentTransparency() -
isBlinking
public boolean isBlinking()
-