com.tensegrity.graph.element
Class ElementService.Locations

java.lang.Object
  extended bycom.tensegrity.graph.element.ElementService.Locations
Enclosing class:
ElementService

public static class ElementService.Locations
extends java.lang.Object

A simpler wrapper class to encapsulate locations read from a elements.xml file. This class is used as return value for the readLocation() method of this ElementService.

Version:
$Id: ElementService.java,v 1.34 2005/12/15 12:07:51 MichaelKegel Exp $
Author:
Gilles Iachelini

Constructor Summary
ElementService.Locations()
          Constructs a new Locations instance.
 
Method Summary
 java.lang.String[] getGeometryURLs()
          Returns the geometryURLs.
 java.lang.String[] getRuleURLs()
          Returns the ruleURLs.
 java.lang.String[] getStyleURLs()
          Returns the styleURLs.
 void setGeometryURLs(java.lang.String[] geometryURLs)
          Sets the geometryURLs.
 void setRuleURLs(java.lang.String[] ruleURLs)
          Sets the ruleURLs.
 void setStyleURLs(java.lang.String[] styleURLs)
          Sets the styleURLs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementService.Locations

public ElementService.Locations()
Constructs a new Locations instance.

Method Detail

getGeometryURLs

public java.lang.String[] getGeometryURLs()
Returns the geometryURLs.

Returns:
a string array of geometry urls.

getStyleURLs

public java.lang.String[] getStyleURLs()
Returns the styleURLs.

Returns:
a string array of style urls.

setGeometryURLs

public void setGeometryURLs(java.lang.String[] geometryURLs)
Sets the geometryURLs.

Parameters:
geometryURLs - The geometryURLs to set

setStyleURLs

public void setStyleURLs(java.lang.String[] styleURLs)
Sets the styleURLs.

Parameters:
styleURLs - The styleURLs to set

getRuleURLs

public java.lang.String[] getRuleURLs()
Returns the ruleURLs.

Returns:
String[]

setRuleURLs

public void setRuleURLs(java.lang.String[] ruleURLs)
Sets the ruleURLs.

Parameters:
ruleURLs - The ruleURLs to set


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.