public static class OutputPane.Descriptor extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
OutputPane.Descriptor |
clone() |
int |
getFontSize() |
int |
getMaxLineLength() |
int |
getMaxRecords() |
int |
getMaxRecordsOverflow() |
boolean |
isNowrap() |
boolean |
isSkipLine() |
void |
setFontSize(int fontSize) |
void |
setMaxLineLength(int maxLineLength) |
void |
setMaxRecords(int maxRecords) |
void |
setMaxRecordsOverflow(int maxRecordsOverflow) |
void |
setNowrap(boolean nowrap) |
void |
setSkipLine(boolean skipLine) |
public int getMaxLineLength()
public void setMaxLineLength(int maxLineLength)
public boolean isSkipLine()
public void setSkipLine(boolean skipLine)
public int getMaxRecordsOverflow()
public void setMaxRecordsOverflow(int maxRecordsOverflow)
public boolean isNowrap()
public void setNowrap(boolean nowrap)
public int getMaxRecords()
public void setMaxRecords(int maxRecords)
public int getFontSize()
public void setFontSize(int fontSize)
public OutputPane.Descriptor clone()
Copyright © 2023 LSST. All rights reserved.