Uses of Interface
cz.vutbr.fit.layout.api.AreaTreeOperator
-
Packages that use AreaTreeOperator Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.provider -
-
Uses of AreaTreeOperator in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return types with arguments of type AreaTreeOperator Modifier and Type Method Description Map<String,AreaTreeOperator>ServiceManager. findAreaTreeOperators()Discovers all the AreaTreeOperator service implementations.Methods in cz.vutbr.fit.layout.api with parameters of type AreaTreeOperator Modifier and Type Method Description voidServiceManager. addAreaTreeOperator(AreaTreeOperator op)Adds a new area tree operator to the manager. -
Uses of AreaTreeOperator in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement AreaTreeOperator Modifier and Type Class Description classBaseOperatorA common base for our area operators. -
Uses of AreaTreeOperator in cz.vutbr.fit.layout.provider
Methods in cz.vutbr.fit.layout.provider that return AreaTreeOperator Modifier and Type Method Description AreaTreeOperatorOperatorWrapperProvider. getOperator()Methods in cz.vutbr.fit.layout.provider that return types with arguments of type AreaTreeOperator Modifier and Type Method Description List<AreaTreeOperator>OperatorApplicationProvider. getOperators()Method parameters in cz.vutbr.fit.layout.provider with type arguments of type AreaTreeOperator Modifier and Type Method Description voidOperatorApplicationProvider. setOperators(List<AreaTreeOperator> operators)Constructors in cz.vutbr.fit.layout.provider with parameters of type AreaTreeOperator Constructor Description OperatorWrapperProvider(AreaTreeOperator operator)
-