blob: 3e54dc6772251d81653d67611a7f6eabfa9d9200 [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="175px" preserveAspectRatio="none" style="width:476px;height:175px;background:#FFFFFF;" version="1.1" viewBox="0 0 476 175" width="476px" zoomAndPan="magnify"><defs><filter height="300%" id="fzbx04du1g5r9" 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=[b6121a946e62fc18b1fc0b602d47929d]
class org.apache.wiki.htmltowiki.syntax.CodeDecorator--><a href="CodeDecorator.html" target="_top" title="CodeDecorator.html" xlink:actuate="onRequest" xlink:href="CodeDecorator.html" xlink:show="new" xlink:title="CodeDecorator.html" xlink:type="simple"><rect codeLine="5" fill="#FEFECE" filter="url(#fzbx04du1g5r9)" height="143.5703" id="org.apache.wiki.htmltowiki.syntax.CodeDecorator" style="stroke:#A80036;stroke-width:1.5;" width="455" x="7" y="7"/><ellipse cx="145.25" cy="25.9688" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/><path d="M145.3594,21.3125 L144.2031,26.3906 L146.5313,26.3906 L145.3594,21.3125 Z M143.875,19.0781 L146.8594,19.0781 L150.2188,31.4688 L147.7656,31.4688 L147,28.4063 L143.7188,28.4063 L142.9688,31.4688 L140.5313,31.4688 L143.875,19.0781 Z " fill="#000000"/><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="106" x="197.75" y="24.9951">CodeDecorator</text><text fill="#000000" font-family="sans-serif" font-size="10" font-style="italic" lengthAdjust="spacing" textLength="170" x="165.75" y="37.5791">org.apache.wiki.htmltowiki.syntax</text><line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="461" y1="44.9375" y2="44.9375"/><polygon fill="none" points="18,50.9375,22,54.9375,18,58.9375,14,54.9375" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="85" x="27" y="59.1479">out: PrintWriter</text><polygon fill="none" points="18,63.7422,22,67.7422,18,71.7422,14,67.7422" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="146" x="27" y="71.9526">preStack: Deque&lt;String&gt;</text><polygon fill="none" points="18,76.5469,22,80.5469,18,84.5469,14,80.5469" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="211" x="27" y="84.7573">chain: XHtmlElementToWikiTranslator</text><line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="461" y1="91.3516" y2="91.3516"/><polygon fill="#FFFF44" points="18,97.3516,22,101.3516,18,105.3516,14,101.3516" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="429" x="27" y="105.562">CodeDecorator(PrintWriter, Deque&lt;String&gt;, XHtmlElementToWikiTranslator)</text><ellipse cx="18" cy="115.1563" 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="135" x="27" y="118.3667">decorate(Element): void</text><polygon fill="#FFFF44" points="18,122.9609,22,126.9609,18,130.9609,14,126.9609" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="151" x="27" y="131.1714">markupCodeOpen(): String</text><polygon fill="#FFFF44" points="18,135.7656,22,139.7656,18,143.7656,14,139.7656" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="152" x="27" y="143.9761">markupCodeClose(): String</text></a><text fill="#888888" font-family="sans-serif" font-size="10" lengthAdjust="spacing" textLength="192" x="138.5" y="166.8525">UMLDoclet 2.0.15, PlantUML 1.2021.13</text><!--MD5=[5930f96a477056dd39b4fde3567d942a]
@startuml
set namespaceSeparator none
hide empty fields
hide empty methods
abstract class "<size:14>CodeDecorator\n<size:10>org.apache.wiki.htmltowiki.syntax" as org.apache.wiki.htmltowiki.syntax.CodeDecorator [[CodeDecorator.html]] {
#out: PrintWriter
#preStack: Deque<String>
#chain: XHtmlElementToWikiTranslator
#CodeDecorator(PrintWriter, Deque<String>, XHtmlElementToWikiTranslator)
+decorate(Element): void
{abstract} #markupCodeOpen(): String
{abstract} #markupCodeClose(): String
}
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>