Package xj3d.filter.node
Class Route
java.lang.Object
xj3d.filter.node.Route
Wrapper for Route data.
- Version:
- $Revision: 1.0 $
- Author:
- Rex Melton
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode()
Push to the RouteHandlervoid
setRouteHandler
(RouteHandler routeHandler) Set the route handler to the given instance.
-
Constructor Details
-
Route
-
-
Method Details
-
encode
public void encode()Push to the RouteHandler -
setRouteHandler
Set the route handler to the given instance. If the value is null it will clear the currently set instance.- Parameters:
routeHandler
- The route handler instance to use
-