owltools.gfx
Class GraphicsConfig.RelationConfig

java.lang.Object
  extended by owltools.gfx.GraphicsConfig.RelationConfig
Enclosing class:
GraphicsConfig

public class GraphicsConfig.RelationConfig
extends Object


Field Summary
 Shape childArrowShape
           
 Color color
           
 Integer maxDepthChain
           
 Integer maxDepthTotal
           
 Shape parentArrowShape
           
 org.semanticweb.owlapi.model.OWLProperty<?,?> property
           
 
Constructor Summary
GraphicsConfig.RelationConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

public org.semanticweb.owlapi.model.OWLProperty<?,?> property

color

public Color color

maxDepthTotal

public Integer maxDepthTotal

maxDepthChain

public Integer maxDepthChain

childArrowShape

public Shape childArrowShape

parentArrowShape

public Shape parentArrowShape
Constructor Detail

GraphicsConfig.RelationConfig

public GraphicsConfig.RelationConfig()


Copyright © 2010-2012. All Rights Reserved.