Class LightEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LightEditor extends JPanel
See Also:
  • Field Details

    • ambiantColorControl

      protected ColorEditor ambiantColorControl
    • diffuseColorControl

      protected ColorEditor diffuseColorControl
    • specularColorControl

      protected ColorEditor specularColorControl
    • positionControl

      protected Coord3dEditor positionControl
    • chart

      protected Chart chart
    • light

      protected Light light
  • Constructor Details

    • LightEditor

      public LightEditor(Chart chart)
  • Method Details

    • registerColorControl

      protected void registerColorControl(ColorEditor colorControl, Color color)
    • registerCoord3dControl

      protected void registerCoord3dControl(Coord3dEditor colorControl, Coord3d coord)
    • getPercent

      protected float getPercent(JSlider slider)
    • setTarget

      public void setTarget(Light light)