Interface Style
- All Known Implementing Classes:
Style
public interface Style
Title: Style
Description: A class that holds display suggestions for 3D Elements. Actual Elements may use or not all of the suggestions provided.
- Version:
- March 2005
- Author:
- Francisco Esquembre
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
double
float
int
String[]
double
boolean
boolean
void
setDepthFactor
(double factor) void
setDrawingFill
(boolean drawsFill) void
setDrawingLines
(boolean drawsLines) void
setFillColor
(Color _color) void
setLineColor
(Color _color) void
setLineWidth
(float _width) void
setRelativePosition
(int _position) void
setResolution
(Resolution _res) void
setTexture
(String file1, String file2, double transparency, boolean combine)
-
Field Details
-
CENTERED
static final int CENTERED- See Also:
-
NORTH
static final int NORTH- See Also:
-
SOUTH
static final int SOUTH- See Also:
-
EAST
static final int EAST- See Also:
-
WEST
static final int WEST- See Also:
-
NORTH_EAST
static final int NORTH_EAST- See Also:
-
NORTH_WEST
static final int NORTH_WEST- See Also:
-
SOUTH_EAST
static final int SOUTH_EAST- See Also:
-
SOUTH_WEST
static final int SOUTH_WEST- See Also:
-
-
Method Details
-
setLineColor
-
getLineColor
Color getLineColor() -
setLineWidth
void setLineWidth(float _width) -
getLineWidth
float getLineWidth() -
setFillColor
-
getFillColor
Color getFillColor() -
setResolution
-
getResolution
Resolution getResolution() -
isDrawingFill
boolean isDrawingFill() -
setDrawingFill
void setDrawingFill(boolean drawsFill) -
isDrawingLines
boolean isDrawingLines() -
setDrawingLines
void setDrawingLines(boolean drawsLines) -
setDepthFactor
void setDepthFactor(double factor) -
getDepthFactor
double getDepthFactor() -
setTexture
-
getTextures
String[] getTextures() -
getTransparency
double getTransparency() -
getCombine
boolean getCombine() -
setRelativePosition
void setRelativePosition(int _position) -
getRelativePosition
int getRelativePosition() -
copyTo
-