blob: 9b865edc754990fdea815a3adfb919e2fa85d3d5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="188px" preserveAspectRatio="none" style="width:199px;height:188px;background:#FFFFFF;" version="1.1" viewBox="0 0 199 188" width="199px" zoomAndPan="magnify"><defs><filter height="300%" id="f1viokduhe4f17" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.0"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><!--MD5=[51da9f55b2be326df0e58191fe7e463f]
class org.apache.wiki.ui.progress.ProgressItem--><a href="ProgressItem.html" target="_top" title="ProgressItem.html" xlink:actuate="onRequest" xlink:href="ProgressItem.html" xlink:show="new" xlink:title="ProgressItem.html" xlink:type="simple"><rect codeLine="5" fill="#FEFECE" filter="url(#f1viokduhe4f17)" height="156.375" id="org.apache.wiki.ui.progress.ProgressItem" style="stroke:#A80036;stroke-width:1.5;" width="167" x="12.5" y="7"/><ellipse cx="27.5" cy="25.9688" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/><path d="M27.6094,21.3125 L26.4531,26.3906 L28.7813,26.3906 L27.6094,21.3125 Z M26.125,19.0781 L29.1094,19.0781 L32.4688,31.4688 L30.0156,31.4688 L29.25,28.4063 L25.9688,28.4063 L25.2188,31.4688 L22.7813,31.4688 L26.125,19.0781 Z " fill="#000000"/><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="90" x="64" y="24.9951">ProgressItem</text><text fill="#000000" font-family="sans-serif" font-size="10" font-style="italic" lengthAdjust="spacing" textLength="135" x="41.5" y="37.5791">org.apache.wiki.ui.progress</text><line style="stroke:#A80036;stroke-width:1.5;" x1="13.5" x2="178.5" y1="44.9375" y2="44.9375"/><ellipse cx="23.5" cy="55.9375" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="73" x="32.5" y="59.1479">CREATED: int</text><ellipse cx="23.5" cy="68.7422" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="73" x="32.5" y="71.9526">STARTED: int</text><ellipse cx="23.5" cy="81.5469" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="75" x="32.5" y="84.7573">STOPPED: int</text><ellipse cx="23.5" cy="94.3516" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="73" x="32.5" y="97.562">FINISHED: int</text><polygon fill="none" points="23.5,102.1563,27.5,106.1563,23.5,110.1563,19.5,106.1563" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="68" x="32.5" y="110.3667">m_state: int</text><line style="stroke:#A80036;stroke-width:1.5;" x1="13.5" x2="178.5" y1="116.9609" y2="116.9609"/><ellipse cx="23.5" cy="127.9609" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="78" x="32.5" y="131.1714">getState(): int</text><ellipse cx="23.5" cy="140.7656" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="101" x="32.5" y="143.9761">setState(int): void</text><ellipse cx="23.5" cy="153.5703" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="98" x="32.5" y="156.7808">getProgress(): int</text></a><text fill="#888888" font-family="sans-serif" font-size="10" lengthAdjust="spacing" textLength="192" x="0" y="179.6572">UMLDoclet 2.0.15, PlantUML 1.2021.13</text><!--MD5=[1c89204480f36cf7ae3a93709e44898c]
@startuml
set namespaceSeparator none
hide empty fields
hide empty methods
abstract class "<size:14>ProgressItem\n<size:10>org.apache.wiki.ui.progress" as org.apache.wiki.ui.progress.ProgressItem [[ProgressItem.html]] {
{static} +CREATED: int
{static} +STARTED: int
{static} +STOPPED: int
{static} +FINISHED: int
#m_state: int
+getState(): int
+setState(int): void
{abstract} +getProgress(): int
}
center footer UMLDoclet 2.0.15, PlantUML 1.2021.13
@enduml
PlantUML version 1.2021.13(Mon Nov 01 11:38:45 UTC 2021)
(APACHE source distribution)
Java Runtime: OpenJDK Runtime Environment
JVM: OpenJDK 64-Bit Server VM
Default Encoding: UTF-8
Language: en
Country: US
--></g></svg>