TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.views.internal.view.columnlabels
Class ColumnDisplayInfo

java.lang.Object
  extended byorg.eclipse.hyades.trace.views.internal.view.columnlabels.ColumnDisplayInfo

public class ColumnDisplayInfo
extends java.lang.Object


Field Summary
 int drawMode
           
 boolean isCallsMeaningfull
           
 boolean isDeltaColumn
           
 double max
           
 org.eclipse.emf.ecore.EObject mofObject
           
 boolean showPercentage
           
 boolean showReferTo
           
 
Constructor Summary
ColumnDisplayInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showPercentage

public boolean showPercentage

max

public double max

isDeltaColumn

public boolean isDeltaColumn

isCallsMeaningfull

public boolean isCallsMeaningfull

showReferTo

public boolean showReferTo

drawMode

public int drawMode

mofObject

public org.eclipse.emf.ecore.EObject mofObject
Constructor Detail

ColumnDisplayInfo

public ColumnDisplayInfo()

TPTP 4.2.0 Platform Project
Internal API Specification