public class

ColumnFormat

extends OptionFormat
java.lang.Object
   ↳ sun.tools.jstat.OptionFormat
     ↳ sun.tools.jstat.ColumnFormat

Class Overview

A class to represent the format for a column of data.

Summary

[Expand]
Inherited Fields
From class sun.tools.jstat.OptionFormat
Public Constructors
ColumnFormat(int number)
Public Methods
Alignment getAlignment()
Expression getExpression()
String getFormat()
String getHeader()
Object getPreviousValue()
Scale getScale()
String getValue()
int getWidth()
void printFormat(int indentLevel)
void setAlignment(Alignment align)
void setExpression(Expression e)
void setFormat(String format)
void setHeader(String header)
void setPreviousValue(Object o)
void setScale(Scale scale)
void setWidth(int width)
void validate()
[Expand]
Inherited Methods
From class sun.tools.jstat.OptionFormat
From class java.lang.Object

Public Constructors

public ColumnFormat (int number)

Public Methods

public Alignment getAlignment ()

public Expression getExpression ()

public String getFormat ()

public String getHeader ()

public Object getPreviousValue ()

public Scale getScale ()

public String getValue ()

public int getWidth ()

public void printFormat (int indentLevel)

public void setAlignment (Alignment align)

public void setExpression (Expression e)

public void setFormat (String format)

public void setHeader (String header)

public void setPreviousValue (Object o)

public void setScale (Scale scale)

public void setWidth (int width)

public void validate ()