blob: 635df69f67e6f3b4a8a581c4d72dae074fae397d [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:379px;height:175px;background:#FFFFFF;" version="1.1" viewBox="0 0 379 175" width="379px" zoomAndPan="magnify"><defs><filter height="300%" id="f1xa4lhzxcbgab" 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=[773110a67141be411207efbd3a50269a]
class org.apache.wiki.htmltowiki.syntax.InputDecorator--><a href="InputDecorator.html" target="_top" title="InputDecorator.html" xlink:actuate="onRequest" xlink:href="InputDecorator.html" xlink:show="new" xlink:title="InputDecorator.html" xlink:type="simple"><rect codeLine="5" fill="#FEFECE" filter="url(#f1xa4lhzxcbgab)" height="143.5703" id="org.apache.wiki.htmltowiki.syntax.InputDecorator" style="stroke:#A80036;stroke-width:1.5;" width="358" x="7" y="7"/><ellipse cx="96.75" cy="25.9688" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/><path d="M96.8594,21.3125 L95.7031,26.3906 L98.0313,26.3906 L96.8594,21.3125 Z M95.375,19.0781 L98.3594,19.0781 L101.7188,31.4688 L99.2656,31.4688 L98.5,28.4063 L95.2188,28.4063 L94.4688,31.4688 L92.0313,31.4688 L95.375,19.0781 Z " fill="#000000"/><text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="105" x="149.75" y="24.9951">InputDecorator</text><text fill="#000000" font-family="sans-serif" font-size="10" font-style="italic" lengthAdjust="spacing" textLength="170" x="117.25" y="37.5791">org.apache.wiki.htmltowiki.syntax</text><line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="364" 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="211" x="27" y="71.9526">chain: XHtmlElementToWikiTranslator</text><line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="364" y1="78.5469" y2="78.5469"/><polygon fill="#FFFF44" points="18,84.5469,22,88.5469,18,92.5469,14,88.5469" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="332" x="27" y="92.7573">InputDecorator(PrintWriter, XHtmlElementToWikiTranslator)</text><ellipse cx="18" cy="102.3516" 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="105.562">decorate(Element): void</text><polygon fill="#FFFF44" points="18,110.1563,22,114.1563,18,118.1563,14,114.1563" style="stroke:#B38D22;stroke-width:1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="261" x="27" y="118.3667">markupForInputAttribute(String, String): String</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="150" x="27" y="131.1714">markupInputOpen(): 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="151" x="27" y="143.9761">markupInputClose(): String</text></a><text fill="#888888" font-family="sans-serif" font-size="10" lengthAdjust="spacing" textLength="192" x="90" y="166.8525">UMLDoclet 2.0.15, PlantUML 1.2021.13</text><!--MD5=[f82af6b78911afe23c75c0c13c2b6a46]
@startuml
set namespaceSeparator none
hide empty fields
hide empty methods
abstract class "<size:14>InputDecorator\n<size:10>org.apache.wiki.htmltowiki.syntax" as org.apache.wiki.htmltowiki.syntax.InputDecorator [[InputDecorator.html]] {
#out: PrintWriter
#chain: XHtmlElementToWikiTranslator
#InputDecorator(PrintWriter, XHtmlElementToWikiTranslator)
+decorate(Element): void
{abstract} #markupForInputAttribute(String, String): String
{abstract} #markupInputOpen(): String
{abstract} #markupInputClose(): 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>