public static class Document.ResourceUsageDiagram extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}TimeScale"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ViewProperties"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ActiveFilter" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ActiveFilter |
activeFilter |
protected TimeScale |
timeScale |
protected ViewProperties |
viewProperties |
Constructor and Description |
---|
ResourceUsageDiagram() |
Modifier and Type | Method and Description |
---|---|
ActiveFilter |
getActiveFilter()
Gets the value of the activeFilter property.
|
TimeScale |
getTimeScale()
Gets the value of the timeScale property.
|
ViewProperties |
getViewProperties()
Settings for resource usage grid view.
|
void |
setActiveFilter(ActiveFilter value)
Sets the value of the activeFilter property.
|
void |
setTimeScale(TimeScale value)
Sets the value of the timeScale property.
|
void |
setViewProperties(ViewProperties value)
Sets the value of the viewProperties property.
|
protected TimeScale timeScale
protected ViewProperties viewProperties
protected ActiveFilter activeFilter
public TimeScale getTimeScale()
TimeScale
public void setTimeScale(TimeScale value)
value
- allowed object is
TimeScale
public ViewProperties getViewProperties()
ViewProperties
public void setViewProperties(ViewProperties value)
value
- allowed object is
ViewProperties
public ActiveFilter getActiveFilter()
ActiveFilter
public void setActiveFilter(ActiveFilter value)
value
- allowed object is
ActiveFilter
Copyright © 2000–2024 Packwood Software. All rights reserved.