public interface IAxe
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
draw(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera camera) |
List<AxeAnnotation> |
getAnnotations() |
BoundingBox3d |
getBoxBounds() |
Coord3d |
getCenter() |
IAxeLayout |
getLayout() |
Coord3d |
getScale() |
SpaceTransformer |
getSpaceTransformer() |
void |
setAnnotations(List<AxeAnnotation> annotations) |
void |
setAxe(BoundingBox3d box) |
void |
setScale(Coord3d scale) |
void |
setSpaceTransformer(SpaceTransformer spaceTransformer) |
void dispose()
void setAxe(BoundingBox3d box)
void draw(com.jogamp.opengl.GL gl, com.jogamp.opengl.glu.GLU glu, Camera camera)
void setScale(Coord3d scale)
Coord3d getScale()
BoundingBox3d getBoxBounds()
Coord3d getCenter()
IAxeLayout getLayout()
List<AxeAnnotation> getAnnotations()
void setAnnotations(List<AxeAnnotation> annotations)
SpaceTransformer getSpaceTransformer()
void setSpaceTransformer(SpaceTransformer spaceTransformer)
Copyright © 2016. All rights reserved.