org.vectomatic.dom.svg.ui
Class SVGButtonBase.SVGFace

java.lang.Object
  extended by 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


Constructor Summary
SVGButtonBase.SVGFace(SVGButtonBase.SVGFaceChange[] changes)
          Constructor
 
Method Summary
 SVGButtonBase.SVGFaceChange[] getChanges()
          Returns the 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
 

Constructor Detail

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
Method Detail

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.