Uses of Class
net.messagevortex.blender.Blender
Packages that use Blender
Package
Description
contains blender layer related classes.
-
Uses of Blender in net.messagevortex
Methods in net.messagevortex that return BlenderModifier and TypeMethodDescriptionstatic BlenderMessageVortexRepository.getBlender(String uid, String id) Get the blender specified in the named configuration section.Methods in net.messagevortex with parameters of type BlenderModifier and TypeMethodDescriptionstatic voidMessageVortexRepository.setBlender(String uid, String id, Blender a) Set the blender specified in the named configuration section. -
Uses of Blender in net.messagevortex.blender
Subclasses of Blender in net.messagevortex.blenderModifier and TypeClassDescriptionclassThis Dummy blender supports only plain blending without an offset.classThis Dummy blender supports only plain blending without an offset.classclass -
Uses of Blender in net.messagevortex.router
Methods in net.messagevortex.router that return types with arguments of type BlenderModifier and TypeMethodDescriptionRouter.getAllBlendingLayer()Get a list of all currently known blender layers.SimpleRouterImplementation.getAllBlendingLayer()Methods in net.messagevortex.router with parameters of type BlenderModifier and TypeMethodDescriptionbooleanRouter.addBlendingLayer(Blender blendingLayer) Adds a blender layer to the router infrastructure.booleanSimpleRouterImplementation.addBlendingLayer(Blender blendingLayer) booleanRouter.removeBlendingLayer(Blender blendingLayer) Removes a previously added blender layer.booleanSimpleRouterImplementation.removeBlendingLayer(Blender blendingLayer)