com.threerings.opengl.gui.config
Class BoundedRangeModelConfig.Snapping

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.BoundedRangeModelConfig
          extended by com.threerings.opengl.gui.config.BoundedRangeModelConfig.Snapping
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
BoundedRangeModelConfig

public static class BoundedRangeModelConfig.Snapping
extends BoundedRangeModelConfig

A solid border.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.BoundedRangeModelConfig
BoundedRangeModelConfig.Snapping
 
Field Summary
 int snap
          The snap value.
 
Fields inherited from class com.threerings.opengl.gui.config.BoundedRangeModelConfig
extent, max, min, value
 
Constructor Summary
BoundedRangeModelConfig.Snapping()
           
 
Method Summary
 BoundedRangeModel createBoundedRangeModel()
          Creates a bounded range model from this config.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

snap

@Editable
public int snap
The snap value.

Constructor Detail

BoundedRangeModelConfig.Snapping

public BoundedRangeModelConfig.Snapping()
Method Detail

createBoundedRangeModel

public BoundedRangeModel createBoundedRangeModel()
Description copied from class: BoundedRangeModelConfig
Creates a bounded range model from this config.

Overrides:
createBoundedRangeModel in class BoundedRangeModelConfig


Copyright © 2011. All Rights Reserved.