* @return The attributes which are passed to the Pane related protocol
* methods.
*/
public PaneAttributes getAttributes() {
if (attributes == null) {
attributes = new PaneAttributes();
}
if (logger.isDebugEnabled()) {
logger.debug("Getting pane attributes for reference " + index);
// logger.debug("Style class is " + getStyleClass());