Cytoscape 2.8.0 API

Uses of Class
giny.view.Justification

Packages that use Justification
ding.view   
giny.view   
 

Uses of Justification in ding.view
 

Methods in ding.view that return Justification
 Justification ObjectPositionImpl.getJustify()
           
 

Methods in ding.view with parameters of type Justification
 void ObjectPositionImpl.setJustify(Justification j)
           
 

Constructors in ding.view with parameters of type Justification
ObjectPositionImpl(Position targ, Position lab, Justification just, double x, double y)
          Creates a new ObjectPosition object.
 

Uses of Justification in giny.view
 

Methods in giny.view that return Justification
 Justification ObjectPosition.getJustify()
          DOCUMENT ME!
static Justification Justification.parse(int giny)
           
static Justification Justification.parse(String value)
           
static Justification Justification.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Justification[] Justification.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in giny.view with parameters of type Justification
 void ObjectPosition.setJustify(Justification position)
          DOCUMENT ME!
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.