public interface ModelChart
| Modifier and Type | Method and Description |
|---|---|
long |
getFootprint() |
double |
getMaxPause() |
double |
getScaleFactor() |
boolean |
isAntiAlias() |
boolean |
isShowConcurrentCollectionBeginEnd() |
boolean |
isShowDateStamp() |
boolean |
isShowFullGCLines() |
boolean |
isShowGCTimesLine() |
boolean |
isShowGCTimesRectangles() |
boolean |
isShowIncGCLines() |
boolean |
isShowInitialMarkLevel() |
boolean |
isShowTenured() |
boolean |
isShowTotalMemoryLine() |
boolean |
isShowUsedMemoryLine() |
boolean |
isShowUsedTenuredMemoryLine() |
boolean |
isShowUsedYoungMemoryLine() |
boolean |
isShowYoung() |
void |
resetPolygonCache() |
void |
setAntiAlias(boolean antiAlias) |
void |
setFootprint(long footPrint) |
void |
setMaxPause(double maxPause) |
void |
setRunningTime(double runningTime) |
void |
setScaleFactor(double scaleFactor) |
void |
setShowConcurrentCollectionBeginEnd(boolean showConcurrentCollectionBeginEnd) |
void |
setShowDateStamp(boolean showDateStamp) |
void |
setShowFullGCLines(boolean showFullGCLines) |
void |
setShowGCTimesLine(boolean showGCTimesLine) |
void |
setShowGCTimesRectangles(boolean showGCTimesRectangles) |
void |
setShowIncGCLines(boolean showIncGCLines) |
void |
setShowInitialMarkLevel(boolean showInitialMarkLevel) |
void |
setShowTenured(boolean showTenured) |
void |
setShowTotalMemoryLine(boolean showTotalMemoryLine) |
void |
setShowUsedMemoryLine(boolean showUsedMemoryLine) |
void |
setShowUsedTenuredMemoryLine(boolean showUsedTenuredMemoryLine) |
void |
setShowUsedYoungMemoryLine(boolean showUsedYoungMemoryLine) |
void |
setShowYoung(boolean showYoung) |
void setScaleFactor(double scaleFactor)
double getScaleFactor()
boolean isShowGCTimesLine()
void setShowGCTimesLine(boolean showGCTimesLine)
boolean isShowGCTimesRectangles()
void setShowGCTimesRectangles(boolean showGCTimesRectangles)
boolean isShowFullGCLines()
void setShowFullGCLines(boolean showFullGCLines)
boolean isShowIncGCLines()
void setShowIncGCLines(boolean showIncGCLines)
boolean isShowTotalMemoryLine()
void setShowTotalMemoryLine(boolean showTotalMemoryLine)
boolean isShowUsedMemoryLine()
void setShowUsedMemoryLine(boolean showUsedMemoryLine)
boolean isShowUsedYoungMemoryLine()
void setShowUsedYoungMemoryLine(boolean showUsedYoungMemoryLine)
boolean isShowUsedTenuredMemoryLine()
void setShowUsedTenuredMemoryLine(boolean showUsedTenuredMemoryLine)
void setShowTenured(boolean showTenured)
boolean isShowTenured()
void setShowYoung(boolean showYoung)
boolean isShowYoung()
void setShowInitialMarkLevel(boolean showInitialMarkLevel)
boolean isShowInitialMarkLevel()
void setShowConcurrentCollectionBeginEnd(boolean showConcurrentCollectionBeginEnd)
boolean isShowConcurrentCollectionBeginEnd()
void setRunningTime(double runningTime)
void setFootprint(long footPrint)
void setMaxPause(double maxPause)
long getFootprint()
double getMaxPause()
boolean isAntiAlias()
void setAntiAlias(boolean antiAlias)
void resetPolygonCache()
void setShowDateStamp(boolean showDateStamp)
boolean isShowDateStamp()
Copyright © 2019. All rights reserved.