Class GraphicalLine

All Implemented Interfaces:
java.lang.Cloneable, ConnectorRestrictions, Drawable, Groupable, Referenceable, Referenceable.Annotatable, Referenceable.Citable, Referenceable.Evidenceable

public class GraphicalLine
extends LineElement
This class stores information for GraphicalLine pathway element.
Author:
finterly
  • Constructor Details

    • GraphicalLine

      public GraphicalLine()
      Instantiates a GraphicalLine pathway element given all possible parameters.
  • Method Details

    • getObjectType

      public ObjectType getObjectType()
      Returns the object type of this pathway element.
      Specified by:
      getObjectType in interface Drawable
      Specified by:
      getObjectType in class PathwayObject
      Returns:
      the object type.
    • copyValuesFrom

      public void copyValuesFrom​(DataNode.State src)
      Copies values from the given source pathway element.
      Parameters:
      src - the source pathway element.
    • copy

      public CopyElement copy()
      Copies this pathway element.
      Specified by:
      copy in class PathwayElement
      Returns:
      the copyElement for the new pathway element and this source pathway element.