Constructor and Description |
---|
Identify() |
Modifier and Type | Method and Description |
---|---|
boolean |
applies(Object ob)
Returns true if this plugin can be applied to an Object like @param ob.
|
Bureaucrat |
identify(Line3D pipe) |
static Object |
identify(Object... args)
Takes 2 arg (the Pipe or Polyline and the lib-name)
or 5 args: Line3D pipe, String lib-name, double delta, boolean direct and boolean substring
|
Object |
invoke(Object... args)
Run the plugin directly.
|
static Object |
invokeClojureFunction(String namespace,
String fnName,
Object... args) |
boolean |
setup(Object... args)
Setup with optional parameters (may be null).
|
public static Object identify(Object... args)
public static Object invokeClojureFunction(String namespace, String fnName, Object... args)
namespace
- fnName
- args
- Should not be null. Use an empty array if necessary.public Bureaucrat identify(Line3D pipe)
public boolean setup(Object... args)
TPlugIn
public Object invoke(Object... args)
TPlugIn
Copyright © 2015–2021 Fiji. All rights reserved.