Uses of Interface
org.pathvisio.libgpml.model.GraphLink.LinkableTo
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of GraphLink.LinkableTo in org.pathvisio.libgpml.model
Classes in org.pathvisio.libgpml.model that implement GraphLink.LinkableTo Modifier and Type Class Description classDataNodeThis class stores information for a DataNode pathway element.classDataNode.StateThis class stores all information relevant to a State pathway element.classGroupThis class stores all information relevant to a Group pathway element.classLabelThis class stores all information relevant to a Label pathway element.classLineElement.AnchorThis class stores information for an Anchor pathway element.classShapeThis class stores all information relevant to a Shape pathway element.classShapedElementThis class stores information for shaped pathway elementDataNode,DataNode.State,Label,Shape, andGroup.Fields in org.pathvisio.libgpml.model declared as GraphLink.LinkableTo Modifier and Type Field Description private GraphLink.LinkableToLineElement.LinePoint. elementRefFields in org.pathvisio.libgpml.model with type parameters of type GraphLink.LinkableTo Modifier and Type Field Description private java.util.Map<GraphLink.LinkableTo,java.util.Set<GraphLink.LinkableFrom>>PathwayModel. elementRefToLinePointsMethods in org.pathvisio.libgpml.model that return GraphLink.LinkableTo Modifier and Type Method Description GraphLink.LinkableToGraphLink.LinkableFrom. getElementRef()Returns theGraphLink.LinkableTopathway element thisGraphLink.LinkableFromelementRef refers to.GraphLink.LinkableToLineElement.LinePoint. getElementRef()Returns the pathway element to which this point refers to.GraphLink.LinkableToLineElement. getEndElementRef()Returns the elementRef of the end point.GraphLink.LinkableToLineElement. getStartElementRef()Returns the elementRef of the end point.Methods in org.pathvisio.libgpml.model with parameters of type GraphLink.LinkableTo Modifier and Type Method Description protected voidPathwayModel. addElementRef(GraphLink.LinkableTo elementRef, GraphLink.LinkableFrom linePoint)Register a link from a elementRef to a linePoint(s).static java.util.Set<GraphLink.LinkableFrom>GraphLink. getReferences(GraphLink.LinkableTo elementRef, PathwayModel pathwayModel)Return a list ofGraphLink.LinkableFromLineElement.LinePoint(s) referring to a certainGraphLink.LinkableTopathway element or anchor.java.util.Set<GraphLink.LinkableFrom>PathwayModel. getReferringLinkableFroms(GraphLink.LinkableTo elementRef)Returns allGraphLink.LinkableFromLineElement.LinePointthat refer to aGraphLink.LinkableTopathway element or anchor.voidGraphLink.LinkableFrom. linkTo(GraphLink.LinkableTo elementRef, double relX, double relY)Links this linkableFrom (e.g.voidLineElement.LinePoint. linkTo(GraphLink.LinkableTo elementRef)Links this line point to the given object.voidLineElement.LinePoint. linkTo(GraphLink.LinkableTo elementRef, double relX, double relY)Links this line point to the given object.protected voidPathwayModel. removeElementRef(GraphLink.LinkableTo elementRef, GraphLink.LinkableFrom linePoint)Removes a linePoint linked to a elementRef.private voidLineElement.LinePoint. setElementRef(GraphLink.LinkableTo v)Sets the pathway element to which the point refers to.voidLineElement. setEndElementRef(GraphLink.LinkableTo elementRef)Sets the elementRef for the end point.voidLineElement. setStartElementRef(GraphLink.LinkableTo elementRef)Sets the elementRef for the start point.protected booleanGPML2021Writer. writeElementRef(GraphLink.LinkableTo elementRef, org.jdom2.Element e)Writes elementRef property information.protected booleanGPML2013aWriter. writePointElementRef(GraphLink.LinkableTo elementRef, org.jdom2.Element pt)Writes point elementRef property information as GraphRef.