Uses of Class
de.cau.cs.kieler.kwebs.GraphLayoutOption

Packages that use GraphLayoutOption
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.kwebs.client
de.cau.cs.kieler.kwebs.client.jaxws KIELER support for jaxws based layout. 
de.cau.cs.kieler.kwebs.client.jeti KIELER support for jeti based layout. 
de.cau.cs.kieler.kwebs.jaxws   
 

Uses of GraphLayoutOption in de.cau.cs.kieler.kwebs
 

Methods in de.cau.cs.kieler.kwebs that return GraphLayoutOption
static GraphLayoutOption GraphLayoutOption.fromString(String serialOption)
          Parses a serialized option.
static GraphLayoutOption[] GraphLayoutOption.stringToArray(String options)
          Returns an array of options which is created from its string representation.
 

Methods in de.cau.cs.kieler.kwebs that return types with arguments of type GraphLayoutOption
static List<GraphLayoutOption> GraphLayoutOption.stringToList(String options)
          Returns a List of options which is created from its string representation.
 

Methods in de.cau.cs.kieler.kwebs with parameters of type GraphLayoutOption
static String GraphLayoutOption.arrayToString(GraphLayoutOption[] options)
          Returns a string representation of an array of options.
 

Method parameters in de.cau.cs.kieler.kwebs with type arguments of type GraphLayoutOption
static String GraphLayoutOption.listToString(List<GraphLayoutOption> options)
          Returns a string representation of a list of options.
 

Uses of GraphLayoutOption in de.cau.cs.kieler.kwebs.client
 

Method parameters in de.cau.cs.kieler.kwebs.client with type arguments of type GraphLayoutOption
 String ILayoutServiceClient.graphLayout(String serializedGraph, String format, List<GraphLayoutOption> options)
          Does the graph layout on the layout server the client is connected to.
 

Uses of GraphLayoutOption in de.cau.cs.kieler.kwebs.client.jaxws
 

Method parameters in de.cau.cs.kieler.kwebs.client.jaxws with type arguments of type GraphLayoutOption
 String JaxWsClient.graphLayout(String serializedGraph, String format, List<GraphLayoutOption> options)
          Does the graph layout on the layout server the client is connected to.
 

Uses of GraphLayoutOption in de.cau.cs.kieler.kwebs.client.jeti
 

Method parameters in de.cau.cs.kieler.kwebs.client.jeti with type arguments of type GraphLayoutOption
 String JetiClient.graphLayout(String serializedGraph, String format, List<GraphLayoutOption> options)
          Does the graph layout on the layout server the client is connected to.
 

Uses of GraphLayoutOption in de.cau.cs.kieler.kwebs.jaxws
 

Fields in de.cau.cs.kieler.kwebs.jaxws with type parameters of type GraphLayoutOption
protected  List<GraphLayoutOption> GraphLayout.options
           
 

Methods in de.cau.cs.kieler.kwebs.jaxws that return GraphLayoutOption
 GraphLayoutOption ObjectFactory.createGraphLayoutOption()
          Create an instance of GraphLayoutOption
 

Methods in de.cau.cs.kieler.kwebs.jaxws that return types with arguments of type GraphLayoutOption
 List<GraphLayoutOption> GraphLayout.getOptions()
          Gets the value of the options property.
 

Method parameters in de.cau.cs.kieler.kwebs.jaxws with type arguments of type GraphLayoutOption
 String LayoutServicePort.graphLayout(String serializedGraph, String informat, String outformat, List<GraphLayoutOption> options)