public static final class AbstractInjectorGrapher.GrapherParameters extends Object
Constructor and Description |
---|
AbstractInjectorGrapher.GrapherParameters() |
Modifier and Type | Method and Description |
---|---|
AliasCreator |
getAliasCreator() |
EdgeCreator |
getEdgeCreator() |
NodeCreator |
getNodeCreator() |
RootKeySetCreator |
getRootKeySetCreator() |
AbstractInjectorGrapher.GrapherParameters |
setAliasCreator(AliasCreator aliasCreator) |
AbstractInjectorGrapher.GrapherParameters |
setEdgeCreator(EdgeCreator edgeCreator) |
AbstractInjectorGrapher.GrapherParameters |
setNodeCreator(NodeCreator nodeCreator) |
AbstractInjectorGrapher.GrapherParameters |
setRootKeySetCreator(RootKeySetCreator rootKeySetCreator) |
public AbstractInjectorGrapher.GrapherParameters()
public RootKeySetCreator getRootKeySetCreator()
public AbstractInjectorGrapher.GrapherParameters setRootKeySetCreator(RootKeySetCreator rootKeySetCreator)
public AliasCreator getAliasCreator()
public AbstractInjectorGrapher.GrapherParameters setAliasCreator(AliasCreator aliasCreator)
public NodeCreator getNodeCreator()
public AbstractInjectorGrapher.GrapherParameters setNodeCreator(NodeCreator nodeCreator)
public EdgeCreator getEdgeCreator()
public AbstractInjectorGrapher.GrapherParameters setEdgeCreator(EdgeCreator edgeCreator)
Copyright © 2006–2018 Google, Inc.. All rights reserved.