Package | Description |
---|---|
org.jzy3d.maths |
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
|
org.jzy3d.plot3d.primitives.pickable | |
org.jzy3d.plot3d.primitives.textured | |
org.jzy3d.plot3d.text.drawable | |
org.jzy3d.plot3d.text.drawable.cells |
Modifier and Type | Method and Description |
---|---|
static PlaneAxis |
PlaneAxis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaneAxis[] |
PlaneAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PickableTexture(SharedTexture resource,
PlaneAxis orientation) |
PickableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue) |
PickableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
Color color) |
PickableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords) |
PickableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Modifier and Type | Field and Description |
---|---|
protected PlaneAxis |
DrawableTexture.orientation |
Constructor and Description |
---|
DrawableTexture(SharedTexture resource,
PlaneAxis orientation) |
DrawableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue) |
DrawableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
Color filter) |
DrawableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords) |
DrawableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Constructor and Description |
---|
DrawableTextTexture(SharedTexture resource,
PlaneAxis orientation) |
DrawableTextTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue) |
DrawableTextTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
Color color) |
DrawableTextTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords) |
DrawableTextTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Constructor and Description |
---|
DrawableTextCell(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Copyright © 2016. All rights reserved.