|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphicStyleEvent
Event that contains information about a modification to a
GraphicStyle
object. Each event object contains an array of
strings denoting which properties have changed.
Method Summary | |
---|---|
GraphicStyle |
getGraphicStyle()
Returns the style whose property or properties changed. |
Object[] |
getNewValues()
Returns an array that lists the new values of properties that changed. |
Object[] |
getOldValues()
Returns an array that lists the previous values of properties that changed. |
String[] |
getProperties()
Returns an array naming each of the properties that changed. |
Method Detail |
---|
GraphicStyle getGraphicStyle()
String[] getProperties()
Object[] getOldValues()
Object[] getNewValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |