public abstract class SymbolHandler extends Object
LineStrip.| Modifier and Type | Field and Description |
|---|---|
protected SpaceTransformer |
spaceTransformer |
protected List<AbstractDrawable> |
symbols |
| Constructor and Description |
|---|
SymbolHandler(int n) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addSymbolOn(Point point) |
void |
clear() |
void |
drawSymbols(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam) |
SpaceTransformer |
getSpaceTransformer() |
void |
setSpaceTransformer(SpaceTransformer spaceTransformer) |
protected List<AbstractDrawable> symbols
protected SpaceTransformer spaceTransformer
public void clear()
public abstract void addSymbolOn(Point point)
public void drawSymbols(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera cam)
public SpaceTransformer getSpaceTransformer()
public void setSpaceTransformer(SpaceTransformer spaceTransformer)
Copyright © 2021. All rights reserved.