org.vectomatic.dom.svg.ui
Class SVGButtonBase.SVGFace
java.lang.Object
org.vectomatic.dom.svg.ui.SVGButtonBase.SVGFace
- Enclosing class:
- SVGButtonBase
public static class SVGButtonBase.SVGFace
- extends Object
Class to represent an SVG button face. A
button face consists in an array of changes
to the button SVG which occur when the face is displayed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGButtonBase.SVGFace
public SVGButtonBase.SVGFace(SVGButtonBase.SVGFaceChange[] changes)
- Constructor
- Parameters:
changes
- an array of changes to the
button SVG which occur when the face is displayed
getChanges
public SVGButtonBase.SVGFaceChange[] getChanges()
- Returns the array of changes to the
button SVG which occur when the face is displayed
- Returns:
- the array of changes to the
button SVG which occur when the face is displayed
Copyright © 2012. All Rights Reserved.