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
  • Field Details

  • Method Details

    • setLineColor

      void setLineColor(Color _color)
    • getLineColor

      Color getLineColor()
    • setLineWidth

      void setLineWidth(float _width)
    • getLineWidth

      float getLineWidth()
    • setFillColor

      void setFillColor(Color _color)
    • getFillColor

      Color getFillColor()
    • setResolution

      void setResolution(Resolution _res)
    • 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

      void setTexture(String file1, String file2, double transparency, boolean combine)
    • getTextures

      String[] getTextures()
    • getTransparency

      double getTransparency()
    • getCombine

      boolean getCombine()
    • setRelativePosition

      void setRelativePosition(int _position)
    • getRelativePosition

      int getRelativePosition()
    • copyTo

      void copyTo(Style target)