org.diyefi.openlogviewer.propertypanel
Class SingleProperty

java.lang.Object
  extended by org.diyefi.openlogviewer.propertypanel.SingleProperty
All Implemented Interfaces:
Comparable

public class SingleProperty
extends Object
implements Comparable

Author:
Bryan Harris

Constructor Summary
SingleProperty()
           
SingleProperty(GenericDataElement GDE)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(String header)
           
 Color getColor()
           
 String getHeader()
           
 double getMax()
           
 double getMin()
           
 int getSplit()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setColor(Color color)
           
 void setHeader(String header)
           
 void setMax(double max)
           
 void setMin(double min)
           
 void setSplit(int split)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleProperty

public SingleProperty()

SingleProperty

public SingleProperty(GenericDataElement GDE)
Method Detail

getColor

public Color getColor()

setColor

public void setColor(Color color)

getHeader

public String getHeader()

setHeader

public void setHeader(String header)

getMax

public double getMax()

setMax

public void setMax(double max)

getMin

public double getMin()

setMin

public void setMin(double min)

getSplit

public int getSplit()

setSplit

public void setSplit(int split)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(String header)


Copyright © 2011 DIYEFI.org. All Rights Reserved.