Uses of Package
daoc.editor.model.properties

Packages that use daoc.editor.model.properties
daoc.editor.image   
daoc.editor.model.nodes   
daoc.editor.model.properties   
daoc.editor.ui.editors   
daoc.editor.ui.texture   
 

Classes in daoc.editor.model.properties used by daoc.editor.image
PointProperty
          A two component point (x, y).
 

Classes in daoc.editor.model.properties used by daoc.editor.model.nodes
AlignmentProperty
          Alignment information.
PointProperty
          A two component point (x, y).
 

Classes in daoc.editor.model.properties used by daoc.editor.model.properties
BooleanProperty
          A true, false property.
ColorProperty
          A four component color r, g, b, a.
IntegerProperty
          An integer value.
Property
          Properties represent data elements in the XML tree.
StringProperty
          A string value.
 

Classes in daoc.editor.model.properties used by daoc.editor.ui.editors
AlignmentProperty
          Alignment information.
BooleanProperty
          A true, false property.
ColorProperty
          A four component color r, g, b, a.
IntegerProperty
          An integer value.
PointProperty
          A two component point (x, y).
StringProperty
          A string value.
 

Classes in daoc.editor.model.properties used by daoc.editor.ui.texture
IntegerProperty
          An integer value.
PointProperty
          A two component point (x, y).
StringProperty
          A string value.