com.oy.shared.lm.graph.bo
Class GraphInfo

java.lang.Object
  extended bycom.oy.shared.lm.graph.bo.BaseInfo
      extended bycom.oy.shared.lm.graph.bo.GraphInfo
All Implemented Interfaces:
java.io.Serializable

public class GraphInfo
extends BaseInfo
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class GraphInfo.Columns
           
static class GraphInfo.Fields
           
static class GraphInfo.Relations
           
 
Field Summary
private  java.lang.String edgeAttributes
           
private  java.lang.String nodeAttributes
           
private  boolean rotated
           
 
Fields inherited from class com.oy.shared.lm.graph.bo.BaseInfo
 
Constructor Summary
GraphInfo()
           
 
Method Summary
 void copyFieldsFrom(GraphInfo source)
           
 java.lang.String getEdgeAttributes()
           
 java.lang.String getNodeAttributes()
           
 boolean getRotated()
           
 void setEdgeAttributes(java.lang.String edgeAttributes)
           
 void setNodeAttributes(java.lang.String nodeAttributes)
           
 void setRotated(boolean rotated)
           
 
Methods inherited from class com.oy.shared.lm.graph.bo.BaseInfo
copyFieldsFrom, getAttributes, getCaption, getFillColor, getFontColor, getFontName, getFontSize, getLineColor, setAttributes, setCaption, setFillColor, setFontColor, setFontName, setFontSize, setLineColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rotated

private boolean rotated

nodeAttributes

private java.lang.String nodeAttributes

edgeAttributes

private java.lang.String edgeAttributes
Constructor Detail

GraphInfo

public GraphInfo()
Method Detail

getRotated

public boolean getRotated()

setRotated

public void setRotated(boolean rotated)

getNodeAttributes

public java.lang.String getNodeAttributes()

setNodeAttributes

public void setNodeAttributes(java.lang.String nodeAttributes)

getEdgeAttributes

public java.lang.String getEdgeAttributes()

setEdgeAttributes

public void setEdgeAttributes(java.lang.String edgeAttributes)

copyFieldsFrom

public void copyFieldsFrom(GraphInfo source)


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com