public class IqmOpFracIFS extends AbstractOperator
isCancelable, name, parentTask, pcs, type
Constructor and Description |
---|
IqmOpFracIFS() |
Modifier and Type | Method and Description |
---|---|
void |
dragonr(Graphics g,
int scaling,
int x1,
int y1,
int x2,
int y2,
int x3,
int y3,
int n)
This method draws the Heighway's Dragon This is adapted from the
Nonlinear Workbook
|
String |
getName() |
OperatorType |
getType() |
int |
power(int a,
int n)
Helper routine to calculate a to the power of n
|
IResult |
run(IWorkPackage wp) |
addProgressListener, fireProgressChanged, getParentTask, getPcs, getProgressListeners, initializeOperator, isCancelable, isCancelled, setCancelable, setParentTask
public int power(int a, int n)
a
- n
- public void dragonr(Graphics g, int scaling, int x1, int y1, int x2, int y2, int x3, int y3, int n)
g
- scaling
- x1
- y1
- x2
- y2
- x3
- y3
- n
- public IResult run(IWorkPackage wp)
run
in interface IOperator
run
in class AbstractOperator
public String getName()
getName
in interface IOperator
getName
in class AbstractOperator
public OperatorType getType()
getType
in interface IOperator
getType
in class AbstractOperator
Copyright © 2009–2016 Helmut Ahammer, Philipp Kainz. All rights reserved.